]> git.ipfire.org Git - thirdparty/glibc.git/commit - stdlib/tst-atexit-common.c
2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Mon, 28 Aug 2017 02:10:40 +0000 (19:10 -0700)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Mon, 28 Aug 2017 02:10:40 +0000 (19:10 -0700)
commit5f3b183d198b39ca993a41aadb02bddd9fde078d
treec8261940c94f34e6081a8395f3d13a25836fa99d
parent99ee4d26dc07c3eadfbf6793db26ef9dfb1551e5
2017-08-27  Paul Pluzhnikov  <ppluzhnikov@google.com>

* stdlib/Makefile (tst-atexit, tst-at_quick_exit): New tests.
(tst-cxa_atexit, tst-on_exit): Likewise.
* stdlib/Makefile (tests): Add tst-atexit, tst-at_quick_exit,
tst-cxa_atexit, and tst-on_exit.
* stdlib/tst-atexit-common.c: New file.
* stdlib/tst-atexit.c: New file.
* stdlib/tst-at_quick_exit.c: New file.
* stdlib/tst-cxa_atexit.c: New file.
* stdlib/tst-on_exit.c: New file.
ChangeLog
stdlib/Makefile
stdlib/tst-at_quick_exit.c [new file with mode: 0644]
stdlib/tst-atexit-common.c [new file with mode: 0644]
stdlib/tst-atexit.c [new file with mode: 0644]
stdlib/tst-cxa_atexit.c [new file with mode: 0644]
stdlib/tst-on_exit.c [new file with mode: 0644]