summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/setpgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/setpgrp.c')
-rw-r--r--libc/sysdeps/linux/common/setpgrp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/setpgrp.c b/libc/sysdeps/linux/common/setpgrp.c
index 0fa8fccc3..966bb4da6 100644
--- a/libc/sysdeps/linux/common/setpgrp.c
+++ b/libc/sysdeps/linux/common/setpgrp.c
@@ -1,3 +1,5 @@
+#define setpgid __setpgid
+
#include <syscall.h>
#include <unistd.h>