]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sysdeps/generic/sigsetops.h: Remove spurious #endif
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 2 Sep 2017 23:08:49 +0000 (01:08 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 2 Sep 2017 23:08:49 +0000 (01:08 +0200)
ChangeLog
sysdeps/generic/sigsetops.h

index 1e8d9a5d54350ef807b92606548c348a53767313..ba48df083d716124b2e85e5aaa4e4968b60bd3af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index e8e55539816f9bd10bd0497dd533bb057cf7bcb2..ea2c5b57673ad36767b0a842da880293acd14d5c 100644 (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.  */