Add runtime test that strtok_r() bug fix works.
authorBen Pfaff <blp@nicira.com>
Wed, 6 Jan 2010 18:00:56 +0000 (10:00 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 6 Jan 2010 18:01:19 +0000 (10:01 -0800)
commit78f172aa4ea3acd28085a457059ad82ba2f2c79a
tree85f96b7846ce6574cd6a1352c9b1283d94c19e9a
parent594624655524ccaa5a73d41b6cec163869bfab6d
Add runtime test that strtok_r() bug fix works.

Our bug fix for glibc's strtok_r() bug was not effective in distribution
tarballs.  This new test should catch that problem earlier in case it
recurs.
tests/automake.mk
tests/library.at
tests/test-strtok_r.c [new file with mode: 0644]