__syscall5 inline is having trouble with PIC; just use the function for now
[musl] / include / limits.h
index e12819b..4d0410a 100644 (file)
@@ -30,6 +30,9 @@
 #define PTHREAD_STACK_MIN PAGE_SIZE
 #define PTHREAD_DESTRUCTOR_ITERATIONS 4
 #define SEM_VALUE_MAX 0x7fffffff
+#define SEM_NSEMS_MAX 256
+#define DELAYTIMER_MAX 0x7fffffff
+#define MQ_PRIO_MAX 32768
 
 /* Arbitrary numbers... */