diff options
author | Mumit Khan <khan@xraylith.wisc.edu> | 1999-04-12 18:27:53 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-04-12 12:27:53 -0600 |
commit | edcc5d3c96b30e46c15f37295646ce68cf0f563c (patch) | |
tree | 039927823f7cd3331122c26c7e874c1d1329a640 /libio/filedoalloc.c | |
parent | 3c59b7abd3bfc2cdc7ce9db9d51ef1f9b0258510 (diff) | |
download | gcc-edcc5d3c96b30e46c15f37295646ce68cf0f563c.zip gcc-edcc5d3c96b30e46c15f37295646ce68cf0f563c.tar.gz gcc-edcc5d3c96b30e46c15f37295646ce68cf0f563c.tar.bz2 |
filedoalloc.c (_POSIX_SOURCE): Remove definition.
* 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.
From-SVN: r26380
Diffstat (limited to 'libio/filedoalloc.c')
-rw-r--r-- | libio/filedoalloc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libio/filedoalloc.c b/libio/filedoalloc.c index 5c62280..52b5544 100644 --- a/libio/filedoalloc.c +++ b/libio/filedoalloc.c @@ -42,9 +42,6 @@ /* Modified for GNU iostream by Per Bothner 1991, 1992. */ -#ifndef _POSIX_SOURCE -# define _POSIX_SOURCE -#endif #include "libioP.h" #include <sys/types.h> #include <sys/stat.h> |