diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 08:45:51 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 08:45:51 +0000 |
commit | 349d54e01705b875691ba5a8abb5aacf5aa32379 (patch) | |
tree | 84737d3f139e3988a697418ded122c41e19648e1 /lib | |
parent | f11dc5ed80329f26d486d5ba7be3a4c9116b7e7d (diff) |
include thread_private.h
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/exit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/exit.c b/lib/libc/stdlib/exit.c index bc7fd395ca3..ab53f9400bc 100644 --- a/lib/libc/stdlib/exit.c +++ b/lib/libc/stdlib/exit.c @@ -32,12 +32,13 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: exit.c,v 1.3 1998/11/20 11:18:50 d Exp $"; +static char *rcsid = "$OpenBSD: exit.c,v 1.4 2000/01/06 08:45:50 d Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> #include <unistd.h> #include "atexit.h" +#include "thread_private.h" void (*__cleanup)(); |