summaryrefslogtreecommitdiff
path: root/bsd-misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-misc.h')
-rw-r--r--bsd-misc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsd-misc.h b/bsd-misc.h
index cdf8e2b67..76b4e1a78 100644
--- a/bsd-misc.h
+++ b/bsd-misc.h
@@ -58,4 +58,8 @@ int innetgr(const char *netgroup, const char *host,
58int seteuid(uid_t euid); 58int seteuid(uid_t euid);
59#endif /* !defined(HAVE_SETEUID) && defined(HAVE_SETREUID) */ 59#endif /* !defined(HAVE_SETEUID) && defined(HAVE_SETREUID) */
60 60
61#if !defined(HAVE_STRERROR) && defined(HAVE_SYS_ERRLIST)
62const char *strerror(void);
63#endif /* !defined(HAVE_STRERROR) && defined(HAVE_SYS_ERRLIST) */
64
61#endif /* _BSD_MISC_H */ 65#endif /* _BSD_MISC_H */