diff options
author | dhartmei <> | 2002-07-29 19:51:41 +0000 |
---|---|---|
committer | dhartmei <> | 2002-07-29 19:51:41 +0000 |
commit | 6f9ce38a0a9c5edc0d3984f9c1878e6f227fd210 (patch) | |
tree | 15553b4c82f60ec75d853da70ce8e83d81a865c5 /src/regress/lib/libc/atexit/valid.ok | |
parent | 25bbc9a70b23853a4437755a23e8343266347817 (diff) | |
download | openbsd-6f9ce38a0a9c5edc0d3984f9c1878e6f227fd210.tar.gz openbsd-6f9ce38a0a9c5edc0d3984f9c1878e6f227fd210.tar.bz2 openbsd-6f9ce38a0a9c5edc0d3984f9c1878e6f227fd210.zip |
Try to modify __atexit directly and see if our function gets called.
Diffstat (limited to 'src/regress/lib/libc/atexit/valid.ok')
-rw-r--r-- | src/regress/lib/libc/atexit/valid.ok | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regress/lib/libc/atexit/valid.ok b/src/regress/lib/libc/atexit/valid.ok new file mode 100644 index 0000000000..6509e827a7 --- /dev/null +++ b/src/regress/lib/libc/atexit/valid.ok | |||
@@ -0,0 +1,5 @@ | |||
1 | main() | ||
2 | main() returns | ||
3 | handle_first() counter == 0 | ||
4 | handle_last() counter == 65535 | ||
5 | handle_cleanup() | ||