From: Michael Kerrisk Date: Mon, 8 Jan 2007 04:45:22 +0000 (+0000) Subject: Needs _XOPEN_SOURCE == 600; as per Debian bug 400975. X-Git-Tag: man-pages-2.44~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ae1d7b91e87a83c73884222157765906aa3b2c9;p=thirdparty%2Fman-pages.git Needs _XOPEN_SOURCE == 600; as per Debian bug 400975. --- diff --git a/man3/posix_openpt.3 b/man3/posix_openpt.3 index cf0369467d..f636465092 100644 --- a/man3/posix_openpt.3 +++ b/man3/posix_openpt.3 @@ -27,7 +27,7 @@ posix_openpt \- open a pseudo-terminal device .SH SYNOPSIS .nf -.B #define _XOPEN_SOURCE +.B #define _XOPEN_SOURCE 600 .br .B #include .B #include