diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 3113565d36e..d0d8a95bca6 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -301,4 +301,4 @@ Boston, MA 02111-1307, USA. */ | |||
| 301 | actually set a process group. */ | 301 | actually set a process group. */ |
| 302 | 302 | ||
| 303 | #define BSD_PGRPS | 303 | #define BSD_PGRPS |
| 304 | #define setpgrp(pid,pgid) setpgid((pid),(pgid)) | 304 | #define setpgrp(pid,pgid) setpgid(pid,pgid) |