mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
support: Correct confusing comment
* support/timespec.h: Correct confusing comment. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
236c18e568
commit
ff6bec7d47
@ -1,3 +1,7 @@
|
||||
2019-05-20 Mike Crowe <mac@mcrowe.com>
|
||||
|
||||
* support/timespec.h: Correct confusing comment.
|
||||
|
||||
2019-05-20 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ipc_priv.h (SEMTIMEDOP_IPC_ARGS): New
|
||||
|
@ -62,8 +62,8 @@ void test_timespec_equal_or_after_impl (const char *file, int line,
|
||||
errno = saved_errno; \
|
||||
})
|
||||
|
||||
/* Check that the timespec on the left represents a after before the
|
||||
time on the right. */
|
||||
/* Check that the timespec on the left represents a time equal to or
|
||||
after the time on the right. */
|
||||
#define TEST_TIMESPEC_EQUAL_OR_AFTER(left, right) \
|
||||
test_timespec_equal_or_after_impl (__FILE__, __LINE__, left, right)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user