Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3743c30c
Commit
3743c30c
authored
Mar 24, 1996
by
Richard M. Stallman
Browse files
(setpgrp): New macro.
(BSD_PGRPS): Defined.
parent
1b966390
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/s/gnu-linux.h
src/s/gnu-linux.h
+5
-0
No files found.
src/s/gnu-linux.h
View file @
3743c30c
...
...
@@ -282,3 +282,8 @@ Boston, MA 02111-1307, USA. */
and the function definitions in libc. So turn this off. */
/* #define REGEXP_IN_LIBC */
/* Use BSD process groups, but use setpgid() instead of setpgrp() to
actually set a process group. */
#define BSD_PGRPS
#define setpgrp(pid,pgid) setpgid((pid),(pgid))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment