summaryrefslogtreecommitdiff
path: root/include/sys/syslog.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-15 13:16:59 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-15 13:16:59 +0000
commit67fb342b086501f95fdadb3cf69ff9abb7a714e7 (patch)
treeaccf534064acd6e76fa8e45a6252fbeb52f5593c /include/sys/syslog.h
parent6c7a9c98a3331b4dc2044ca1ba232e05926b1aae (diff)
Makeheader files be more like GNU
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)))