mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
31 lines
352 B
Plaintext
31 lines
352 B
Plaintext
|
|
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.
|
|
|