1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

sysdeps/generic/sigsetops.h: Remove spurious #endif

This commit is contained in:
Samuel Thibault
2017-09-03 01:08:49 +02:00
parent 5a80d39d0d
commit b794e16bcc
2 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,6 @@
*(dest) = *(left) | *(right); \
(void)0; \
}))
#endif
/* These macros needn't check for a bogus signal number;
checking is done in the non-__ versions. */