mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Use the correct diagnostic macro.
This commit is contained in:
parent
26492c0a14
commit
3bf0b4f2cd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user