summaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2001-03-01 05:22:14 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2001-03-01 05:22:14 +0000
commit45d80087483bd81f5ba69a7bbb3b5b5ba954d97c (patch)
tree252f6a15dd833a32dd6c473908da0e4d3aeb5e34 /include/stdio.h
parent3b5b529f2e39bfd71609074a705f35e5a13e38a3 (diff)
Notes
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h7
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.