(strerror_r): Do not declare unless !_LIBC.
authorJim Meyering <jim@meyering.net>
Sun, 21 Oct 2001 07:59:04 +0000 (07:59 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Oct 2001 07:59:04 +0000 (07:59 +0000)
commite5bf94ff351ef97da921c0c47b6a5ff9a405821d
tree473ba7d50da42f0edbac631c4c0b4b3f8b72fea6
parent718de2b109c9cfe82ebb6e40c4a01b9f2ce7231a
(strerror_r): Do not declare unless !_LIBC.
Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
Use strerror_r that is only a macro, even if it is not a function.
(strerror): Check for HAVE_DECL_STRERROR before declaring.
(private_strerror): Use prototypes, not old-style function definition.
(print_errno_message): New function.
Support the POSIX 'int'-flavored strerror_r, as well as the traditional
char*-flavored one.
(error_tail, error, error_at_line): Use it.
lib/error.c