diff options
Diffstat (limited to 'mit-pthreads/stdio/Makefile.inc')
-rw-r--r-- | mit-pthreads/stdio/Makefile.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mit-pthreads/stdio/Makefile.inc b/mit-pthreads/stdio/Makefile.inc new file mode 100644 index 00000000000..10c598c328f --- /dev/null +++ b/mit-pthreads/stdio/Makefile.inc @@ -0,0 +1,20 @@ + +# from: @(#)Makefile.inc 5.7 (Berkeley) 6/27/91 +# $Id$ + +# Thread safe stdio sources +.PATH: ${srcdir}/stdio + +# SRCS+= tempnam.c tmpfile.c tmpnam.c + +SRCS+= clrerr.c fclose.c fdopen.c feof.c ferror.c fflush.c fgetc.c \ + fgetline.c fgetpos.c fgets.c fileno.c findfp.c flags.c fopen.c \ + fpurge.c fputc.c fputs.c fread.c freopen.c fscanf.c \ + fseek.c fsetpos.c ftell.c funopen.c fvwrite.c fwalk.c fwrite.c \ + getc.c getchar.c gets.c getw.c makebuf.c perror.c putc.c \ + putchar.c puts.c putw.c refill.c remove.c rewind.c rget.c scanf.c \ + setbuf.c setbuffer.c setvbuf.c sscanf.c \ + stdio.c ungetc.c \ + vfscanf.c vscanf.c vsscanf.c \ + wsetup.c putc_unlocked.c putchar_unlocked.c getc_unlocked.c \ + getchar_unlocked.c strerror.c wbuf.c xprintf.c |