mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 09:14:04 +08:00
* libio.h: Don't use _IO_LOCK_T if it's not defined.
From-SVN: r15773
This commit is contained in:
parent
72b0b53ec1
commit
e741306e3c
@ -1,3 +1,7 @@
|
||||
Sun Sep 28 12:04:21 1997 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* libio.h: Don't use _IO_LOCK_T if it's not defined.
|
||||
|
||||
Fri Sep 26 20:56:41 1997 Ulrich Drepper <drepper@rtl.cygnus.com>
|
||||
|
||||
Based on a patch by H.J. Lu (hjl@gnu.ai.mit.edu).
|
||||
|
@ -226,7 +226,9 @@ struct _IO_FILE {
|
||||
|
||||
/* char* _save_gptr; char* _save_egptr; */
|
||||
|
||||
#ifdef _IO_LOCK_T
|
||||
_IO_LOCK_T _lock;
|
||||
#endif
|
||||
};
|
||||
|
||||
#ifndef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user