forked from pool/linux-glibc-devel
26dd9604c9
Fix typo: it's __NR_mq_getsetattr OBS-URL: https://build.opensuse.org/request/show/115667 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=50
14 lines
507 B
Diff
14 lines
507 B
Diff
Index: linux-glibc-devel-3.3/usr/include/asm-x86/unistd_32.h
|
|
===================================================================
|
|
--- linux-glibc-devel-3.3.orig/usr/include/asm-x86/unistd_32.h
|
|
+++ linux-glibc-devel-3.3/usr/include/asm-x86/unistd_32.h
|
|
@@ -280,7 +280,7 @@
|
|
#define __NR_mq_timedsend 279
|
|
#define __NR_mq_timedreceive 280
|
|
#define __NR_mq_notify 281
|
|
-#define __NR_mq_getsetaddr 282
|
|
+#define __NR_mq_getsetattr 282
|
|
#define __NR_kexec_load 283
|
|
#define __NR_waitid 284
|
|
#define __NR_add_key 286
|