comparison src/s/netbsd.h @ 14618:ba41bb731294

(vfork): Delete definition (kernel bug fixed).
author Karl Heuer <kwzh@gnu.org>
date Wed, 21 Feb 1996 21:13:01 +0000
parents 9b8b46e18f97
children d419ea48f00e
comparison
equal deleted inserted replaced
14617:4401bc9498c6 14618:ba41bb731294
59 #define WAIT_USE_INT 59 #define WAIT_USE_INT
60 60
61 #define NO_MATHERR 61 #define NO_MATHERR
62 62
63 #define AMPERSAND_FULL_NAME 63 #define AMPERSAND_FULL_NAME
64
65 /* Needed to avoid hanging when child process writes an error message
66 and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */
67 #define vfork fork