diff options
author | Deepa Dinamani <deepa.kernel@gmail.com> | 2017-08-02 19:51:11 -0700 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-09-03 20:21:24 -0400 |
commit | b9047726386bb538cf5e4f52a9f04eb556eebc67 (patch) | |
tree | 3cb2982a68670faacb4e6032c5a9c377f33db8d8 /lib/crc-itu-t.c | |
parent | 3ef56dc2678258b7211b1870d034c1666becb2bd (diff) | |
download | linux-b9047726386bb538cf5e4f52a9f04eb556eebc67.tar.bz2 |
ipc: mqueue: Replace timespec with timespec64
struct timespec is not y2038 safe. Replace
all uses of timespec by y2038 safe struct timespec64.
Even though timespec is used here to represent timeouts,
replace these with timespec64 so that it facilitates
in verification by creating a y2038 safe kernel image
that is free of timespec.
The syscall interfaces themselves are not changed as part
of the patch. They will be part of a different series.
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Cc: Paul Moore <paul@paul-moore.com>
Cc: Richard Guy Briggs <rgb@redhat.com>
Reviewed-by: Richard Guy Briggs <rgb@redhat.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'lib/crc-itu-t.c')
0 files changed, 0 insertions, 0 deletions