diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/systty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systty.h b/src/systty.h index 59e5ad813f7..d9376fa18e5 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -295,7 +295,7 @@ static struct sensemode { | |||
| 295 | /* EMACS_GETPGRP (arg) returns the process group of the process. */ | 295 | /* EMACS_GETPGRP (arg) returns the process group of the process. */ |
| 296 | 296 | ||
| 297 | #ifdef __GNU_LIBRARY__ | 297 | #ifdef __GNU_LIBRARY__ |
| 298 | /* GNU libc by default defines getpgrp with no args on all systems. */. | 298 | /* GNU libc by default defines getpgrp with no args on all systems. */ |
| 299 | #define GETPGRP_NO_ARG | 299 | #define GETPGRP_NO_ARG |
| 300 | #else /* not __GNU_LIBRARY__ */ | 300 | #else /* not __GNU_LIBRARY__ */ |
| 301 | #if defined (USG) && !defined (GETPGRP_NEEDS_ARG) | 301 | #if defined (USG) && !defined (GETPGRP_NEEDS_ARG) |