summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/getresuid.S
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-02-18 16:48:15 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-02-18 16:48:15 +0000
commitcfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c (patch)
treea377e1084729f1f289e32f7f180edb924d96718a /mdk-stage1/dietlibc/syscalls.s/getresuid.S
parent8182e7cfe7d9c60567e48b876282594395062530 (diff)
downloaddrakx-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar
drakx-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar.gz
drakx-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar.bz2
drakx-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar.xz
drakx-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.zip
Merge in CVS dietlibc 0.21 for IA-64 and X86-64 support. However, drop the
following architectures we currently don't support: arm, mips, mipsel, parisc, s390, sparc64.
Diffstat (limited to 'mdk-stage1/dietlibc/syscalls.s/getresuid.S')
-rw-r--r--mdk-stage1/dietlibc/syscalls.s/getresuid.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/dietlibc/syscalls.s/getresuid.S b/mdk-stage1/dietlibc/syscalls.s/getresuid.S
index 62f6d764f..95c5505a8 100644
--- a/mdk-stage1/dietlibc/syscalls.s/getresuid.S
+++ b/mdk-stage1/dietlibc/syscalls.s/getresuid.S
@@ -1,7 +1,7 @@
#include "syscalls.h"
-#ifdef __getresuid
+#ifdef __NR_getresuid
-syscall(getresuid)
+syscall(getresuid,getresuid)
#endif