diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-21 09:17:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-21 09:17:51 +0000 |
commit | 73bd0903fe1ba8189c8657c1583796f08c8028bb (patch) | |
tree | a8721baa8e1daeea55c31506424ebd80877a9747 /libc/stdio/Makefile | |
parent | 1095574b9d296cb31f0051872f99bd7b36278c9e (diff) |
Compile in flockfile and friends by default
-Erik
Diffstat (limited to 'libc/stdio/Makefile')
-rw-r--r-- | libc/stdio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index c2a557a45..14fdb7029 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -54,7 +54,7 @@ MOBJ = fclose.o fflush.o fopen.o freopen.o perror.o remove.o \ __fbufsize.o __freading.o __fwriting.o __freadable.o __fwritable.o \ __flbf.o __fpurge.o __fpending.o _flushlbf.o \ fopencookie.o fmemopen.o open_memstream.o \ - __fsetlocking.o \ + __fsetlocking.o flockfile.o ftrylockfile.o funlockfile.o \ _stdio_fopen.o _stdio_fread.o _stdio_fwrite.o _stdio_adjpos.o \ _stdio_lseek.o _stdio_init.o \ _stdio_fsfopen.o _stdio_fdout.o _uintmaxtostr.o |