aboutsummaryrefslogtreecommitdiffstats
path: root/man3/syslog.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-02-09 12:52:57 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-01 20:01:03 +0100
commit51c612fb9fdfd41d14913d58fee24ca24c4051fd (patch)
treeb5b6c7c7cd5eb75a4e23641f726dcff008822779 /man3/syslog.3
parent3dd87b7c99fb5dec43959c3f379f82b2299b907c (diff)
downloadman-pages-51c612fb9fdfd41d14913d58fee24ca24c4051fd.tar.gz
getgroups.2, gettimeofday.2, mincore.2, readv.2, stime.2, wait4.2, addseverity.3, adjtime.3, cfree.3, dysize.3, fgetgrent.3, fgetpwent.3, futimes.3, getdirentries.3, getgrent_r.3, getgrouplist.3, getmntent.3, getnetent_r.3, getprotoent_r.3, getpwent_r.3, getrpcent_r.3, getservent_r.3, getspnam.3, gsignal.3, initgroups.3, mkdtemp.3, on_exit.3, perror.3, psignal.3, putpwent.3, rcmd.3, rpmatch.3, setbuf.3, setnetgrent.3, sigvec.3, strsep.3, syslog.3, tempnam.3, termios.3, timegm.3, timeradd.3: Update FTM requirements (_DEFAULT_SOURCE)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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.