summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/getresgid.S
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/syscalls.s/getresgid.S')
-rw-r--r--mdk-stage1/dietlibc/syscalls.s/getresgid.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/syscalls.s/getresgid.S b/mdk-stage1/dietlibc/syscalls.s/getresgid.S
new file mode 100644
index 000000000..a1d873c15
--- /dev/null
+++ b/mdk-stage1/dietlibc/syscalls.s/getresgid.S
@@ -0,0 +1,7 @@
+#include "syscalls.h"
+
+#ifdef __NR_getresgid
+
+syscall(getresgid,getresgid)
+
+#endif