Index: include/stdio.h
===================================================================
--- include/stdio.h	(revision 99cac8608770916f6368b2cb7e41876121107061)
+++ include/stdio.h	(revision d60f436ae355378a9cc7229dd74e18a9625c185a)
@@ -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 */
 
