Index: include/stdio.h
===================================================================
--- include/stdio.h	(revision 99cac8608770916f6368b2cb7e41876121107061)
+++ include/stdio.h	(revision e4a1376d1263f85f90c295f0fba97b9611239293)
@@ -30,5 +30,4 @@
 	uint8_t	_flags;		/* {_BUSY, _ALLBUF, _DIRTY, _EOF, _IOERR} */
 	int8_t	_bytbuf;	/* single byte buffer for unbuffered streams */
-	int8_t	_pad;		/* pad for alignment -- possibly use later */
 	int16_t	_buflen;	/* length of buffer */
 
