Commit e741306e by Jason Merrill Committed by Jason Merrill

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

From-SVN: r15773
parent 72b0b53e
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment