]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/features.h: Include sys/cdefs.h, like linux.
authorChristopher Faylor <me@cgf.cx>
Wed, 1 Dec 2004 17:07:03 +0000 (17:07 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 1 Dec 2004 17:07:03 +0000 (17:07 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/features.h

index 26c10357b2e3de14de6a929a3fcb9043de1aced4..fe0667e6ffabfe45db8abf3427b1516fb72657ff 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-01  Christopher Faylor  <cgf@timesys.com>
+
+       * include/features.h: Include sys/cdefs.h, like linux.
+
 2004-12-01  Christopher Faylor  <cgf@timesys.com>
 
        * syscalls.cc (truncate64): Don't second-guess errno if open fails.
index 1161909f0d0d51dcb34102d0b50d1101335ebc3e..0fcc90bfdf23cb4f9bc1f7e2140872d9bc1e179e 100644 (file)
@@ -1,6 +1,6 @@
 /* features.h
 
-   Copyright 2001 Red Hat, Inc.
+   Copyright 2001, 2002, 2003, 2004 Red Hat, Inc.
 
 This file is part of Cygwin.
 
@@ -11,6 +11,7 @@ details. */
 #ifndef _FEATURES_H
 #define _FEATURES_H
 
+#include <sys/cdefs.h>
 #include <sys/features.h>
 
 #endif /* _FEATURES_H */
This page took 0.036792 seconds and 5 git commands to generate.