forgot stdlib include
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 18 May 1990 02:52:23 +0000 (18:52 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 18 May 1990 02:52:23 +0000 (18:52 -0800)
SCCS-vsn: lib/libc/stdlib/exit.3 6.4

usr/src/lib/libc/stdlib/exit.3

index 49ecdb6..1df5c3a 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)exit.3      6.3 (Berkeley) %G%
+.\"    @(#)exit.3      6.4 (Berkeley) %G%
 .\"
 .TH EXIT 3 ""
 .UC 5
 .\"
 .TH EXIT 3 ""
 .UC 5
@@ -12,6 +12,9 @@ exit \- perform normal program termination
 .SH SYNOPSIS
 .nf
 .ft B
 .SH SYNOPSIS
 .nf
 .ft B
+#include <stdlib.h>
+
+void
 exit(status)
 int status;
 .fi
 exit(status)
 int status;
 .fi