diff options
author | Daniel Golle <daniel@makrotopia.org> | 2015-10-22 23:15:58 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-26 00:11:04 +0100 |
commit | d5fddd91b966424bb63e943e789704d52382cc18 (patch) | |
tree | 931b814ec39fbb29d1a7577843f516eb9035f438 /src/askfirst | |
parent | ef490722885a5c708c70dff656d094c7043ae081 (diff) | |
download | unitd-d5fddd91b966424bb63e943e789704d52382cc18.tar unitd-d5fddd91b966424bb63e943e789704d52382cc18.zip |
explicitely ignore return value of symlink(3) call
glibc sets __attribute_warn_unused_result__ on symlink(3) if
FORTIFY_SOURCE is set. This breaks procd which deliberately ignores
the result of the symlink(3) call early during init as there wouldn't
be anything better to do in that case other than ignoring the error and
trying to survive.
Introduce libc-compat.h to work-around libc anomalities.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'src/askfirst')
0 files changed, 0 insertions, 0 deletions