Switch to current upstream stdio makebuf.c and setvbuf.c.

Change-Id: I4761b5e94459815520f01062eef39abf62af621f
This commit is contained in:
Elliott Hughes
2013-06-12 15:24:15 -07:00
parent f1867d47cb
commit 677ee56477
4 changed files with 34 additions and 14 deletions

View File

@@ -21,6 +21,7 @@
#define _close close
#define _fcntl fcntl
#define _fstat fstat
#define _open open
#define _sseek __sseek /* Needed as long as we have a mix of OpenBSD and FreeBSD stdio. */