mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
sysdeps/generic/sigsetops.h: Remove spurious #endif
This commit is contained in:
@@ -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>
|
2017-09-01 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* manual/math.texi (pow10): Do not document.
|
* manual/math.texi (pow10): Do not document.
|
||||||
|
@@ -50,7 +50,6 @@
|
|||||||
*(dest) = *(left) | *(right); \
|
*(dest) = *(left) | *(right); \
|
||||||
(void)0; \
|
(void)0; \
|
||||||
}))
|
}))
|
||||||
#endif
|
|
||||||
|
|
||||||
/* These macros needn't check for a bogus signal number;
|
/* These macros needn't check for a bogus signal number;
|
||||||
checking is done in the non-__ versions. */
|
checking is done in the non-__ versions. */
|
||||||
|
Reference in New Issue
Block a user