summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/atexit/valid.ok
diff options
context:
space:
mode:
authordhartmei <>2002-07-29 19:51:41 +0000
committerdhartmei <>2002-07-29 19:51:41 +0000
commit6f9ce38a0a9c5edc0d3984f9c1878e6f227fd210 (patch)
tree15553b4c82f60ec75d853da70ce8e83d81a865c5 /src/regress/lib/libc/atexit/valid.ok
parent25bbc9a70b23853a4437755a23e8343266347817 (diff)
downloadopenbsd-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.ok5
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 @@
1main()
2main() returns
3handle_first() counter == 0
4handle_last() counter == 65535
5handle_cleanup()