Move system word from unix.ffi to libc since its not Unix-specific
parent
7fe04fa8ee
commit
78dcc5bc33
|
@ -100,5 +100,7 @@ FUNCTION: int memcmp ( void* a, void* b, ulong size ) ;
|
|||
|
||||
FUNCTION: size_t strlen ( c-string alien ) ;
|
||||
|
||||
FUNCTION: int system ( c-string command ) ;
|
||||
|
||||
DESTRUCTOR: free
|
||||
DESTRUCTOR: (free)
|
||||
|
|
|
@ -151,7 +151,6 @@ FUNCTION: int setuid ( uid_t uid ) ;
|
|||
FUNCTION: int socket ( int domain, int type, int protocol ) ;
|
||||
FUNCTION: int symlink ( c-string path1, c-string path2 ) ;
|
||||
FUNCTION: int link ( c-string path1, c-string path2 ) ;
|
||||
FUNCTION: int system ( c-string command ) ;
|
||||
FUNCTION: int unlink ( c-string path ) ;
|
||||
FUNCTION: int utimes ( c-string path, timeval[2] times ) ;
|
||||
FUNCTION: ssize_t write ( int fd, void* buf, size_t nbytes ) ;
|
||||
|
|
Loading…
Reference in New Issue