aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-16 00:36:27 +0000
committerGerd Moellmann2000-02-16 00:36:27 +0000
commitb49cb76457914bd9fb00569c4966cebf5bfbf41c (patch)
tree657151f2d8015a1711385d0ba2cf186b2c56af82 /src/sysdep.c
parent41bc75e63cc13aa5257ca0d14bdb317270ce4d98 (diff)
downloademacs-b49cb76457914bd9fb00569c4966cebf5bfbf41c.tar.gz
emacs-b49cb76457914bd9fb00569c4966cebf5bfbf41c.zip
(vfork) [!HAVE_VFORK]: Removed.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 17c48fc7cbd..90d2e3b8b02 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -3291,20 +3291,6 @@ emacs_write (fildes, buf, nbyte)
3291 return (bytes_written); 3291 return (bytes_written);
3292} 3292}
3293 3293
3294#ifndef HAVE_VFORK
3295#ifndef WINDOWSNT
3296/*
3297 * Substitute fork for vfork on USG flavors.
3298 */
3299
3300VFORK_RETURN_TYPE
3301vfork ()
3302{
3303 return (fork ());
3304}
3305#endif /* not WINDOWSNT */
3306#endif /* not HAVE_VFORK */
3307
3308#ifdef USG 3294#ifdef USG
3309/* 3295/*
3310 * All of the following are for USG. 3296 * All of the following are for USG.