diff options
author | bluhm <> | 2017-07-27 15:08:37 +0000 |
---|---|---|
committer | bluhm <> | 2017-07-27 15:08:37 +0000 |
commit | df100d999bc39b918f3da6af11f1fe9735b6dc08 (patch) | |
tree | 89e09dfbfdac2ef16a8ad344d3ff3c26ee183636 /src/regress/lib/libc/atexit/atexit_test.c | |
parent | 75268dd07edc0bae138d0f843c90e6c9cd700683 (diff) | |
download | openbsd-df100d999bc39b918f3da6af11f1fe9735b6dc08.tar.gz openbsd-df100d999bc39b918f3da6af11f1fe9735b6dc08.tar.bz2 openbsd-df100d999bc39b918f3da6af11f1fe9735b6dc08.zip |
Fix all clang warnings in libc regress and cleanup some make files.
Diffstat (limited to 'src/regress/lib/libc/atexit/atexit_test.c')
-rw-r--r-- | src/regress/lib/libc/atexit/atexit_test.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regress/lib/libc/atexit/atexit_test.c b/src/regress/lib/libc/atexit/atexit_test.c index e1ea82f827..b060a9b341 100644 --- a/src/regress/lib/libc/atexit/atexit_test.c +++ b/src/regress/lib/libc/atexit/atexit_test.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: atexit_test.c,v 1.8 2015/10/25 04:11:00 guenther Exp $ */ | 1 | /* $OpenBSD: atexit_test.c,v 1.9 2017/07/27 15:08:37 bluhm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2002 Daniel Hartmeier | 4 | * Copyright (c) 2002 Daniel Hartmeier |
@@ -39,6 +39,9 @@ | |||
39 | #include <string.h> | 39 | #include <string.h> |
40 | #include <signal.h> | 40 | #include <signal.h> |
41 | #include <unistd.h> | 41 | #include <unistd.h> |
42 | |||
43 | #include "include/namespace.h" | ||
44 | #include "hidden/stdlib.h" | ||
42 | #include "stdlib/atexit.h" | 45 | #include "stdlib/atexit.h" |
43 | 46 | ||
44 | void handle_first(void); | 47 | void handle_first(void); |