diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 04:57:21 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 04:57:21 -0700 |
commit | 7e28f203451e4e3a59f5ce29de23157f0a4b1fc9 (patch) | |
tree | 0b82ab2b1447819a602fe1ae1ff9d514b0169a3f /ChangeLog | |
parent | 8516ad2de3ae7c720370e06e7aa98d135b3c30eb (diff) | |
download | glibc-7e28f203451e4e3a59f5ce29de23157f0a4b1fc9.zip glibc-7e28f203451e4e3a59f5ce29de23157f0a4b1fc9.tar.gz glibc-7e28f203451e4e3a59f5ce29de23157f0a4b1fc9.tar.bz2 |
Add another test for setcontext
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
* stdlib/Makefile (tests): Add tst-setcontext4.
* stdlib/tst-setcontext4.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2018-07-25 H.J. Lu <hongjiu.lu@intel.com> + * stdlib/Makefile (tests): Add tst-setcontext4. + * stdlib/tst-setcontext4.c: New file. + +2018-07-25 H.J. Lu <hongjiu.lu@intel.com> + * stdlib/Makefile (tests): Add tst-swapcontext1. * stdlib/tst-swapcontext1.c: New test. |