diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-02-09 12:18:31 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-03-01 20:01:03 +0100 |
| commit | b40ec4cbf85bebdd768fce6f624d30247c5531d3 (patch) | |
| tree | aec075279a2dfa2310fa26f748dc2adb1a144339 | |
| parent | 52d1e2b24763f4b8f241165f4816727ba61a36d4 (diff) | |
| download | man-pages-b40ec4cbf85bebdd768fce6f624d30247c5531d3.tar.gz | |
ttyslot.3: Update FTM requirements (_DEFAULT_SOURCE)
And remove mention of obsolete _XOPEN_SOURCE_EXTENDED
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/ttyslot.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man3/ttyslot.3 b/man3/ttyslot.3 index 63388bafff..71143b58c5 100644 --- a/man3/ttyslot.3 +++ b/man3/ttyslot.3 @@ -43,9 +43,13 @@ Feature Test Macro Requirements for glibc (see .ad l .BR ttyslot (): .RS 4 -_BSD_SOURCE || +Since glibc 2.20: + _BSD_SOURCE || + _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_\ <\ 500 .br -_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_\ <\ 500\ &&\ _XOPEN_SOURCE_EXTENDED +Glibc 2.19 and earlier: + _DEFAULT_SOURCE || + _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_\ <\ 500 .RE .ad b .SH DESCRIPTION |
