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
b49cb764
Commit
b49cb764
authored
Feb 16, 2000
by
Gerd Moellmann
Browse files
(vfork) [!HAVE_VFORK]: Removed.
parent
41bc75e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
15 deletions
+5
-15
src/ChangeLog
src/ChangeLog
+5
-1
src/sysdep.c
src/sysdep.c
+0
-14
No files found.
src/ChangeLog
View file @
b49cb764
No preview for this file type
src/sysdep.c
View file @
b49cb764
...
...
@@ -3291,20 +3291,6 @@ emacs_write (fildes, buf, nbyte)
return (bytes_written);
}
#ifndef HAVE_VFORK
#ifndef WINDOWSNT
/*
* Substitute fork for vfork on USG flavors.
*/
VFORK_RETURN_TYPE
vfork ()
{
return (fork ());
}
#endif /* not WINDOWSNT */
#endif /* not HAVE_VFORK */
#ifdef USG
/*
* All of the following are for USG.
...
...
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