Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-05-28 19:50:14 +0400
committerChristopher Faylor <me@cgf.cx>2006-05-28 19:50:14 +0400
commit34f5d0879c2122899bb24c40691f06a8388ac623 (patch)
tree67d7d29711bde7049cb0cdc5e5fa68079c5de371 /winsup/cygwin/include
parent29d1e62ed2b11f99c3169d65608478941c5c7cc4 (diff)
white space
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/features.h10
-rw-r--r--winsup/cygwin/include/sys/termios.h4
2 files changed, 7 insertions, 7 deletions
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.
*/
diff --git a/winsup/cygwin/include/sys/termios.h b/winsup/cygwin/include/sys/termios.h
index 51e31ac0a..5032dddb5 100644
--- a/winsup/cygwin/include/sys/termios.h
+++ b/winsup/cygwin/include/sys/termios.h
@@ -320,8 +320,8 @@ int tcsendbreak (int, int);
int tcdrain (int);
int tcflush (int, int);
int tcflow (int, int);
-int cfsetispeed (struct termios *, speed_t);
-int cfsetospeed (struct termios *, speed_t);
+int cfsetispeed (struct termios *, speed_t);
+int cfsetospeed (struct termios *, speed_t);
#ifdef __cplusplus
}