]> git.eshelyaron.com Git - emacs.git/commitdiff
(vfork): Remove #define.
authorPaul Eggert <eggert@twinsun.com>
Fri, 7 Dec 2001 05:54:13 +0000 (05:54 +0000)
committerPaul Eggert <eggert@twinsun.com>
Fri, 7 Dec 2001 05:54:13 +0000 (05:54 +0000)
src/s/freebsd.h

index 5bb75cc227349605f1682f744ec1056d712d5ae1..b42930b7aa24d423962138b92fdc885f602e7bef 100644 (file)
@@ -154,10 +154,6 @@ Boston, MA 02111-1307, USA.  */
 #define WRETCODE(w) (_W_INT(w) >> 8)
 #endif
 
-/* Needed to avoid hanging when child process writes an error message
-   and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>.  */
-#define vfork fork
-
 /* Don't close pty in process.c to make it as controlling terminal.
    It is already a controlling terminal of subprocess, because we did
    ioctl TIOCSCTTY.  */