chiark / gitweb /
[PATCH] klibc: update v0.205
[elogind.git] / klibc / include / arch / x86_64 / klibc / archsignal.h
index 74e82e1dd090cc17dc1d30e50bda76b2863ddbe9..527241454e89c20b7c27b2d535484b104f990620 100644 (file)
@@ -8,6 +8,10 @@
 #ifndef _KLIBC_ARCHSIGNAL_H
 #define _KLIBC_ARCHSIGNAL_H
 
-/* No special stuff for this architecture */
+/* The x86-64 headers defines NSIG 32, but it's actually 64 */
+#undef  _NSIG
+#undef  NSIG
+#define _NSIG 64
+#define NSIG  _NSIG
 
 #endif