]> Zhao Yanbai Git Server - minix.git/commit
- new pread(), fnmatch() calls
authorBen Gras <ben@minix3.org>
Thu, 25 Feb 2010 17:08:08 +0000 (17:08 +0000)
committerBen Gras <ben@minix3.org>
Thu, 25 Feb 2010 17:08:08 +0000 (17:08 +0000)
commit7c4cd0e6b060e063c7e997ee1cea5693d982f66c
tree923762e460bb2df7066211f6bd5aa88d1bf7ac9f
parent4cb358d9992fee69eed3d50816e162446dd70092
 - new pread(), fnmatch() calls
 - split sprintf() and snprintf() to solve a linking problem when
   compiling an application
include/fnmatch.h [new file with mode: 0644]
include/unistd.h
lib/libc/posix/Makefile.inc
lib/libc/posix/charclass.h [new file with mode: 0644]
lib/libc/posix/fnmatch.c [new file with mode: 0644]
lib/libc/posix/pread.c [new file with mode: 0644]
lib/libc/stdio/Makefile.inc
lib/libc/stdio/snprintf.c [new file with mode: 0644]
lib/libc/stdio/sprintf.c
man/man2/read.2
man/man3/fnmatch.3 [new file with mode: 0644]