diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/tst-socket-timestamp-compat.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/tst-socket-timestamp-compat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-socket-timestamp-compat.c b/sysdeps/unix/sysv/linux/tst-socket-timestamp-compat.c index e0fb28d..1b073c3 100644 --- a/sysdeps/unix/sysv/linux/tst-socket-timestamp-compat.c +++ b/sysdeps/unix/sysv/linux/tst-socket-timestamp-compat.c @@ -1,5 +1,5 @@ /* Check recvmsg/recvmmsg 64-bit timestamp support. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -76,7 +76,7 @@ do_recvmsg_ancillary (bool use_multi_call, struct mmsghdr *mmhdr, static void do_test_large_buffer (bool mc) { - struct mmsghdr mmhdr = { 0 }; + struct mmsghdr mmhdr = { }; /* It should be large enough for either timeval/timespec and the 64 time type as well. */ @@ -147,7 +147,7 @@ do_test_large_buffer (bool mc) static void do_test_small_buffer (bool mc) { - struct mmsghdr mmhdr = { 0 }; + struct mmsghdr mmhdr = { }; /* Enable 32 bit timeval precision and check if no 64 bit timeval stamp is created. */ |