mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Use the correct diagnostic macro.
This commit is contained in:
@ -173,7 +173,7 @@ do_test (void)
|
||||
fails |= test_wrp2 (LIST (EINVAL, ENOMEM), mlock, (void *) -1, 1);
|
||||
fails |= test_wrp (EINVAL, nanosleep, &ts, &ts);
|
||||
|
||||
DIAG_POP_NEEDS_COMMENT;
|
||||
DIAG_PUSH_NEEDS_COMMENT;
|
||||
|
||||
#if __GNUC_PREREQ (9, 0)
|
||||
/* Suppress valid GCC warning:
|
||||
|
Reference in New Issue
Block a user