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

@ -1,3 +1,7 @@
2017-09-03 Samuel Thibault <samuel.thibault@ens-lyon.org>
* sysdeps/generic/sigsetops.h: Remove spurious #endif.
2017-09-01 Joseph Myers <joseph@codesourcery.com>
* manual/math.texi (pow10): Do not document.

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. */