summaryrefslogtreecommitdiff
path: root/libio/ChangeLog
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-12 18:27:53 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-12 18:27:53 +0000
commit6d4d5da219ad549ec805c9e33253eadafae19f7f (patch)
tree039927823f7cd3331122c26c7e874c1d1329a640 /libio/ChangeLog
parent84906760c5a571258f828ab8c3bbfbf8bf6ba538 (diff)
downloadgcc-6d4d5da219ad549ec805c9e33253eadafae19f7f.tar.gz
* filedoalloc.c (_POSIX_SOURCE): Remove definition.
* fileops.c (_POSIX_SOURCE): Likewise. * iopopen.c (_POSIX_SOURCE): Likewise. * procbuf.cc (_POSIX_SOURCE): Likewise. * libioP.h (_POSIX_SOURCE): And define it here. * stdiostream.cc: Include libioP.h before others. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26380 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/ChangeLog')
-rw-r--r--libio/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog
index b05db013c2f..798a5d3c890 100644
--- a/libio/ChangeLog
+++ b/libio/ChangeLog
@@ -1,3 +1,12 @@
+Mon Apr 12 19:22:44 1999 Mumit Khan <khan@xraylith.wisc.edu>
+
+ * filedoalloc.c (_POSIX_SOURCE): Remove definition.
+ * fileops.c (_POSIX_SOURCE): Likewise.
+ * iopopen.c (_POSIX_SOURCE): Likewise.
+ * procbuf.cc (_POSIX_SOURCE): Likewise.
+ * libioP.h (_POSIX_SOURCE): And define it here.
+ * stdiostream.cc: Include libioP.h before others.
+
Fri Apr 2 15:11:58 1999 H.J. Lu (hjl@gnu.org)
* libio/configure.in (gxx_include_dir): Handle it.