diff options
author | millert <> | 2007-09-03 14:42:44 +0000 |
---|---|---|
committer | millert <> | 2007-09-03 14:42:44 +0000 |
commit | b7b77a835b1b9da7ec261009d15f310b4e4c4249 (patch) | |
tree | ac862acc251d3e1362df57c4b59aea10e2735418 /src/regress/lib/libc/Makefile | |
parent | 7e0e6a2581ab1d1bca602865b8e38dfa2f54424a (diff) | |
download | openbsd-b7b77a835b1b9da7ec261009d15f310b4e4c4249.tar.gz openbsd-b7b77a835b1b9da7ec261009d15f310b4e4c4249.tar.bz2 openbsd-b7b77a835b1b9da7ec261009d15f310b4e4c4249.zip |
Adapt atexit() regress to recent changes and add __cxa_atexit() regress.
__cxa_atexit() regress from kurt@
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index e3e29ddd69..689f87aa03 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.25 2007/05/17 03:02:32 ray Exp $ | 1 | # $OpenBSD: Makefile,v 1.26 2007/09/03 14:42:43 millert Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca atexit basename db dirname getaddrinfo | 3 | SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname getaddrinfo |
4 | SUBDIR+= getcap getopt_long hsearch longjmp locale malloc | 4 | SUBDIR+= getcap getopt_long hsearch longjmp locale malloc |
5 | SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp | 5 | SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp |
6 | SUBDIR+= sprintf strerror strtod strtonum telldir time vis | 6 | SUBDIR+= sprintf strerror strtod strtonum telldir time vis |