diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2001-03-01 05:22:14 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2001-03-01 05:22:14 +0000 |
| commit | 45d80087483bd81f5ba69a7bbb3b5b5ba954d97c (patch) | |
| tree | 252f6a15dd833a32dd6c473908da0e4d3aeb5e34 /include | |
| parent | 3b5b529f2e39bfd71609074a705f35e5a13e38a3 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/stdio.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/stdio.h b/include/stdio.h index a8aaf6da41cb..e8c346b189d3 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -68,13 +68,8 @@ struct __sbuf { int _size; }; -struct __file_lock; - /* hold a buncha junk that would grow the ABI */ -struct __sFILEX { - struct __file_lock *_mtlock; /* used for MT-safety */ - unsigned char *_up; /* saved _p when _p is doing ungetc data */ -}; +struct __sFILEX; /* * stdio state variables. |
