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
74c1118e
Commit
74c1118e
authored
May 17, 1999
by
Mark Kettenis
Committed by
Jeff Law
May 17, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libioP.h: Only include libc-lock.h if _IO_MTSAFE_IO is defined.
From-SVN: r26980
parent
ef4969e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
libio/ChangeLog
+4
-0
libio/libioP.h
+9
-6
No files found.
libio/ChangeLog
View file @
74c1118e
1999-05-17 Mark Kettenis <kettenis@gnu.org>
* libioP.h: Only include libc-lock.h if _IO_MTSAFE_IO is defined.
1999-05-12 Jason Merrill <jason@yorick.cygnus.com>
1999-05-12 Jason Merrill <jason@yorick.cygnus.com>
* configure.in (compiler_name): Don't do the skip-this-dir thing
* configure.in (compiler_name): Don't do the skip-this-dir thing
...
...
libio/libioP.h
View file @
74c1118e
...
@@ -31,14 +31,17 @@
...
@@ -31,14 +31,17 @@
#ifndef __set_errno
#ifndef __set_errno
# define __set_errno(Val) errno = (Val)
# define __set_errno(Val) errno = (Val)
#endif
#endif
#if defined __GLIBC__ && __GLIBC__ >= 2
# if __GLIBC_MINOR__ > 0
#ifdef _IO_MTSAFE_IO
# include <bits/libc-lock.h>
# if defined __GLIBC__ && __GLIBC__ >= 2
# if __GLIBC_MINOR__ > 0
# include <bits/libc-lock.h>
# else
# include <libc-lock.h>
# endif
# else
# else
# include <libc-lock.h>
# endif
#else
/*# include <comthread.h>*/
/*# include <comthread.h>*/
# endif
#endif
#endif
#include "iolibio.h"
#include "iolibio.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