]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/sys/stdio.h: Remove _GNU_SOURCE guard around getline
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 7 Jun 2010 09:16:11 +0000 (09:16 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 7 Jun 2010 09:16:11 +0000 (09:16 +0000)
and getdelim prototypes since they are SUSv4 now.

winsup/cygwin/ChangeLog
winsup/cygwin/include/sys/stdio.h

index 908296291995815438d7c6591a6740acb5b585c4..01770a7dd7ba290ae2971a18f0b269e2ae931a79 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-07  Corinna Vinschen  <corinna@vinschen.de>
+
+       * include/sys/stdio.h: Remove _GNU_SOURCE guard around getline
+       and getdelim prototypes since they are SUSv4 now.
+
 2010-06-02  Corinna Vinschen  <corinna@vinschen.de>
 
        * ntdll.h (STATUS_BAD_NETWORK_PATH): Define.
index 7aa46a000a1db1caf22d45ef3e5cad985080dc72..b61110281e05545db77d718d21b6aa369a15cfb2 100644 (file)
@@ -1,6 +1,6 @@
 /* sys/stdio.h
 
-   Copyright 2004, 2005 Red Hat, Inc.
+   Copyright 2004, 2005, 2006, 2007, 2010 Red Hat, Inc.
 
 This file is part of Cygwin.
 
@@ -34,10 +34,8 @@ details. */
 
 __BEGIN_DECLS
 
-#ifdef _GNU_SOURCE
 ssize_t        _EXFUN(getline, (char **, size_t *, FILE *));
 ssize_t        _EXFUN(getdelim, (char **, size_t *, int, FILE *));
-#endif /* _GNU_SOURCE */
 
 __END_DECLS
 
This page took 0.033832 seconds and 5 git commands to generate.