summaryrefslogtreecommitdiff
path: root/include/sys/syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/syslog.h')
-rw-r--r--include/sys/syslog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/syslog.h b/include/sys/syslog.h
index 38d74a03b..e11965e9b 100644
--- a/include/sys/syslog.h
+++ b/include/sys/syslog.h
@@ -181,7 +181,7 @@ __BEGIN_DECLS
void closelog __P((void));
void openlog __P((__const char *, int, int));
-int setlogmask __P((int));
+void setlogmask __P((int));
void syslog __P((int, __const char *, ...))
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5)
__attribute__ ((format (printf, 2, 0)))