diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 05:00:30 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 05:00:30 -0700 |
commit | bd4f7903dfc5d192e987f42b0b30b74225bd075c (patch) | |
tree | b4f302ec279d64ae2301012d2e4e78beb051167b /ChangeLog | |
parent | 7e28f203451e4e3a59f5ce29de23157f0a4b1fc9 (diff) | |
download | glibc-bd4f7903dfc5d192e987f42b0b30b74225bd075c.tar glibc-bd4f7903dfc5d192e987f42b0b30b74225bd075c.tar.gz glibc-bd4f7903dfc5d192e987f42b0b30b74225bd075c.tar.bz2 glibc-bd4f7903dfc5d192e987f42b0b30b74225bd075c.zip |
Add a test for multiple setcontext calls
Check multiple setcontext calls.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>.
* stdlib/Makefile ((tests): Add tst-setcontext5.
* stdlib/tst-setcontext5.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-setcontext5. + * stdlib/tst-setcontext5.c: New file. + +2018-07-25 H.J. Lu <hongjiu.lu@intel.com> + * stdlib/Makefile (tests): Add tst-setcontext4. * stdlib/tst-setcontext4.c: New file. |