Unix domain: A few fixes from early integration
This commit is contained in:
parent
af612f6fad
commit
944b34e31f
|
@ -1,3 +1,4 @@
|
||||||
|
accept NXaccept
|
||||||
calloc NXcalloc
|
calloc NXcalloc
|
||||||
clock_gettime NXclock_gettime
|
clock_gettime NXclock_gettime
|
||||||
close NXclose
|
close NXclose
|
||||||
|
@ -13,6 +14,7 @@ fsync NXfsync
|
||||||
gettimeofday NXgettimeofday
|
gettimeofday NXgettimeofday
|
||||||
ioctl NXioctl
|
ioctl NXioctl
|
||||||
isatty NXisatty
|
isatty NXisatty
|
||||||
|
listen NXlisten
|
||||||
lseek NXlseek
|
lseek NXlseek
|
||||||
malloc NXmalloc
|
malloc NXmalloc
|
||||||
malloc_init NXmalloc_init
|
malloc_init NXmalloc_init
|
||||||
|
|
Loading…
Reference in New Issue