* libio.h: Don't use _IO_LOCK_T if it's not defined.

From-SVN: r15773
This commit is contained in:
Jason Merrill 1997-09-28 19:08:43 +00:00 committed by Jason Merrill
parent 72b0b53ec1
commit e741306e3c
2 changed files with 6 additions and 0 deletions

View File

@ -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).

View File

@ -226,7 +226,9 @@ struct _IO_FILE {
/* char* _save_gptr; char* _save_egptr; */
#ifdef _IO_LOCK_T
_IO_LOCK_T _lock;
#endif
};
#ifndef __cplusplus