implement flockfile api, rework stdio locking
authorRich Felker <dalias@aerifal.cx>
Sun, 13 Mar 2011 02:55:45 +0000 (21:55 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 13 Mar 2011 02:55:45 +0000 (21:55 -0500)
commit5eb0d33ec0f08b123c5c10877d6258d05fa9453a
tree85ff7f5397424685d89af8176ff7ce6d6f46f6e2
parentd8d19f4d46284d5b6124710a5235b6fe090c013f
implement flockfile api, rework stdio locking
src/internal/libc.h
src/internal/stdio_impl.h
src/stdio/__lockfile.c [new file with mode: 0644]
src/stdio/__ofl.c [deleted file]
src/stdio/flockfile.c [new file with mode: 0644]
src/stdio/ftrylockfile.c [new file with mode: 0644]
src/stdio/funlockfile.c [new file with mode: 0644]
src/stdio/vsnprintf.c
src/thread/pthread_create.c