summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
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 a8aaf6d..e8c346b 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.
OpenPOWER on IntegriCloud