]> git.ipfire.org Git - people/ms/strongswan.git/commit
utils: Move thread-safe strerror replacement to a separate file
authorTobias Brunner <tobias@strongswan.org>
Fri, 21 Feb 2014 16:31:14 +0000 (17:31 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 24 Feb 2014 11:04:10 +0000 (12:04 +0100)
commitba10cd3c7fb153035f3d8810d6691ebb466ce903
treebc76689958d134aa3d17f65dfd4ec0a2ee7d8384
parentaa693d763a4547612f47a6beb0c93add3188309c
utils: Move thread-safe strerror replacement to a separate file

For some utils _GNU_SOURCE might be needed but that conflicts with the
signature of strerror_r(3).
src/libstrongswan/Android.mk
src/libstrongswan/Makefile.am
src/libstrongswan/utils/leak_detective.c
src/libstrongswan/utils/utils.c
src/libstrongswan/utils/utils.h
src/libstrongswan/utils/utils/strerror.c [new file with mode: 0644]
src/libstrongswan/utils/utils/strerror.h [new file with mode: 0644]