git-sigsetops.h
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
commit b794e16bcc9426e9e05ec465c6c8bab2902a50ed
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Sep 3 01:08:49 2017 +0200

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

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-sigsetops.h.diff

sysdeps/generic/sigsetops.h

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