From 34f5d0879c2122899bb24c40691f06a8388ac623 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 28 May 2006 15:50:14 +0000 Subject: white space --- winsup/cygwin/include/features.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'winsup/cygwin/include/features.h') diff --git a/winsup/cygwin/include/features.h b/winsup/cygwin/include/features.h index 69c12d22c..4b0b5f945 100644 --- a/winsup/cygwin/include/features.h +++ b/winsup/cygwin/include/features.h @@ -16,19 +16,19 @@ details. */ /* Various options should be defined here, but the framework to do this is not laid down so far. Especially notable are the following defines, - which can be used by the application to switch on or off various + which can be used by the application to switch on or off various datatypes and function prototypes: - + _BSD_SOURCE to include pure BSD functions which are not defined - under POSIX. + under POSIX. _POSIX_SOURCE if the application requests a POSIX compatible system. _XOPEN_SOURCE if X/Open functions and datatypes are requested. This - option includes _POSIX_SOURCE. + option includes _POSIX_SOURCE. _GNU_SOURCE to turn on GNU extensions which might collide with defines - used in application or library headers. This option + used in application or library headers. This option includes _BSD_SOURCE, _XOPEN_SOURCE and _POSIX_SOURCE. */ -- cgit v1.2.3