Initial commit

This commit is contained in:
Bahadir Balban
2008-01-13 13:53:52 +00:00
commit e2b791a3d8
789 changed files with 95825 additions and 0 deletions

30
tasks/libposix/README Normal file
View File

@@ -0,0 +1,30 @@
libposix
Copyright (C) 2007 Bahadir Balban
Despite the name, this is a library that supports only a tiny portion of posix functions.
Currently supported functions are:
Functions to be supported in the near future are:
shmat
shmget
shmdt
mmap
munmap
read
write
lseek
open
close
creat
unlink
fork
execve
getpid
New ones will be added as needed.