Fix cut-to-width in the presence of bad constants in dead code.
[sbcl.git] / src / runtime / undefineds.h
index f492ab9..b1cb325 100644 (file)
@@ -56,6 +56,7 @@ F(dup)
 F(dup2)
 F(execve)
 F(exit)
+F(_exit)
 F(fchmod)
 F(fchown)
 F(fcntl)
@@ -211,6 +212,7 @@ F(vfork)
 F(vhangup)
 #endif
 F(wait)
+F(waitpid)
 #if !defined(SOLARIS) ||  defined(SOLARIS25)
 F(wait3)
 #endif