Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
53eae3ac
Commit
53eae3ac
authored
Jan 30, 1999
by
Mumit Khan
Committed by
Jeff Law
Jan 30, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* stdiostream.cc (_POSIX_SOURCE): Define.
From-SVN: r24915
parent
64e8166e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
libio/ChangeLog
+4
-0
libio/stdiostream.cc
+4
-1
No files found.
libio/ChangeLog
View file @
53eae3ac
Sat Jan 30 08:07:56 1999 Mumit Khan <khan@xraylith.wisc.edu>
* stdiostream.cc (_POSIX_SOURCE): Define.
1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
* configure.in (compiler_name): Add check to detect if this
...
...
libio/stdiostream.cc
View file @
53eae3ac
/* This is part of libio/iostream, providing -*- C++ -*- input/output.
Copyright (C) 1993 Free Software Foundation
Copyright (C) 1993
, 1999
Free Software Foundation
This file is part of the GNU IO Library. This library is free
software; you can redistribute it and/or modify it under the
...
...
@@ -28,6 +28,9 @@ the executable file might be covered by the GNU General Public License. */
#pragma implementation
#endif
#ifndef _POSIX_SOURCE
# define _POSIX_SOURCE
#endif
#include <stdiostream.h>
#include "libioP.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment