Whamcloud - gitweb
Try to use secure_getenv() in preference to __secure_getenv()
authorTheodore Ts'o <tytso@mit.edu>
Sun, 16 Jun 2013 18:34:59 +0000 (14:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 16 Jun 2013 18:34:59 +0000 (14:34 -0400)
commit1ad3174af5213fa7029944cc19723cda08f221d3
treef976fa448d0841d5b79da49f6260f974a1a37924
parentdc9cc7006a61d0ef82ee4e1dee133998c6040765
Try to use secure_getenv() in preference to __secure_getenv()

If secure_getenv() use it in preference to __secure_getenv().
Starting with (e)glibc version 2.17, secure_getenv() exists, while
__secure_getenv() only works with shared library links (where it is a
weak symbol), but not for static links with /lib/libc.a

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
configure
configure.in
lib/blkid/cache.c
lib/config.h.in
lib/et/error_message.c
lib/ext2fs/test_io.c
lib/ss/pager.c