summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-21 19:49:31 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-21 19:49:31 +0000
commita79a7edd59e3ce7b33f09399e139c690a75fe115 (patch)
treef4f52d814d9e48a8bf3fb736e6779ead0820a3e7 /sys/lib/libsa
parent36160bf4b42b02e92c8811bf44701f20cf77d794 (diff)
exit()
Diffstat (limited to 'sys/lib/libsa')
-rw-r--r--sys/lib/libsa/stand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h
index 87c87854a5f..d4ec3c203fd 100644
--- a/sys/lib/libsa/stand.h
+++ b/sys/lib/libsa/stand.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stand.h,v 1.21 1997/03/31 23:47:04 mickey Exp $ */
+/* $OpenBSD: stand.h,v 1.22 1997/04/21 19:49:30 mickey Exp $ */
/* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */
/*-
@@ -162,6 +162,7 @@ char *strcpy __P((char *, const char *));
size_t strlen __P((const char *));
void *memset __P((void *, int, size_t));
void exec __P((char *, void *, int));
+void exit __P((void));
int open __P((const char *, int));
int close __P((int));
void closeall __P((void));