summaryrefslogtreecommitdiff
path: root/sysdeps/unix/setxid.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/setxid.h')
-rw-r--r--sysdeps/unix/setxid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/setxid.h b/sysdeps/unix/setxid.h
new file mode 100644
index 0000000000..c18e2d4a6b
--- /dev/null
+++ b/sysdeps/unix/setxid.h
@@ -0,0 +1,4 @@
+#include <sysdep.h>
+
+#define INLINE_SETXID_SYSCALL(name, nr, args...) \
+ INLINE_SYSCALL (name, nr, args)