summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/Makefile.inc
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-01-10 04:35:08 +0000
committertjr <tjr@FreeBSD.org>2003-01-10 04:35:08 +0000
commitb4a40863e5341930f9f14f76a02ae5a275d0c619 (patch)
tree35c2bdbe92c0a8b10d9ac5467a7b9bb7c2d8a5f6 /lib/libc/stdio/Makefile.inc
parentea34309640cc22341c73cd8497cc0648e3de631d (diff)
downloadFreeBSD-src-b4a40863e5341930f9f14f76a02ae5a275d0c619.zip
FreeBSD-src-b4a40863e5341930f9f14f76a02ae5a275d0c619.tar.gz
Add function versions of getchar_unlocked(), getc_unlocked(),
putchar_unlocked(), putc_unlocked(), feof_unlocked(), ferror_unlocked(), clearerr_unlocked(), and fileno_unlocked(). The first four are required by POSIX. The rest are provided for consistency.
Diffstat (limited to 'lib/libc/stdio/Makefile.inc')
-rw-r--r--lib/libc/stdio/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc
index 63b81f3..204c52e 100644
--- a/lib/libc/stdio/Makefile.inc
+++ b/lib/libc/stdio/Makefile.inc
@@ -15,7 +15,8 @@ SRCS+= _flock_stub.c asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c \
refill.c remove.c rewind.c rget.c scanf.c setbuf.c setbuffer.c \
setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c swprintf.c swscanf.c \
tempnam.c tmpfile.c \
- tmpnam.c ungetc.c ungetwc.c vasprintf.c vfprintf.c vfscanf.c \
+ tmpnam.c ungetc.c ungetwc.c unlocked.c vasprintf.c vfprintf.c \
+ vfscanf.c \
vfwprintf.c vfwscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c \
vsscanf.c \
vswprintf.c vswscanf.c vwprintf.c vwscanf.c wbuf.c wprintf.c wscanf.c \
OpenPOWER on IntegriCloud