aboutsummaryrefslogtreecommitdiffstats
path: root/man3/syslog.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/syslog.3')
-rw-r--r--man3/syslog.35
1 files changed, 4 insertions, 1 deletions
diff --git a/man3/syslog.3 b/man3/syslog.3
index 29eb93c496..ec6f297705 100644
--- a/man3/syslog.3
+++ b/man3/syslog.3
@@ -53,7 +53,10 @@ Feature Test Macro Requirements for glibc (see
.in
.sp
.BR vsyslog ():
-_BSD_SOURCE
+ Since glibc 2.19:
+ _DEFAULT_SOURCE
+ Glibc 2.19 and earlier:
+ _BSD_SOURCE
.SH DESCRIPTION
.BR closelog ()
closes the file descriptor being used to write to the system logger.