chiark / gitweb /
test/test-hexdecoct.c: Add include for musl_missin.h for strndupa().
authorSven Eden <yamakuzure@gmx.net>
Thu, 25 Jan 2018 06:52:49 +0000 (07:52 +0100)
committerSven Eden <yamakuzure@gmx.net>
Thu, 25 Jan 2018 22:04:04 +0000 (23:04 +0100)
commit1c1a37c457e3684176eb6d18c2d66ccc64e99a59
tree09dbbe57230efe7e1d0030abb4cc470bf2cb9d96
parent7739c87f49c9a17cfecc288289c5ca91cb242607
test/test-hexdecoct.c: Add include for musl_missin.h for strndupa().
shared/musl_missing.h: Rewrite strndupa() define to use x_ prefixed
                       variables, so they won't shadow surronding
                       variables of the same name.
src/shared/musl_missing.h
src/test/test-hexdecoct.c