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
22fcc83e
Commit
22fcc83e
authored
Feb 04, 1996
by
Richard M. Stallman
Browse files
(vfork): Define as fork.
parent
f9636fb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
src/s/freebsd.h
src/s/freebsd.h
+4
-0
src/s/netbsd.h
src/s/netbsd.h
+4
-0
No files found.
src/s/freebsd.h
View file @
22fcc83e
...
@@ -88,3 +88,7 @@
...
@@ -88,3 +88,7 @@
#include <sys/wait.h>
#include <sys/wait.h>
#endif
#endif
#define WRETCODE(w) (_W_INT(w) >> 8)
#define WRETCODE(w) (_W_INT(w) >> 8)
/* Needed to avoid hanging when child process writes an error message
and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */
#define vfork fork
src/s/netbsd.h
View file @
22fcc83e
...
@@ -61,3 +61,7 @@
...
@@ -61,3 +61,7 @@
#define NO_MATHERR
#define NO_MATHERR
#define AMPERSAND_FULL_NAME
#define AMPERSAND_FULL_NAME
/* Needed to avoid hanging when child process writes an error message
and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */
#define vfork fork
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