Fiddling with x86_64 and i486 builds
[tpg/acess2.git] / Kernel / syscalls.lst
index dde278c..cf299ea 100644 (file)
@@ -47,14 +47,16 @@ SYS_CLOSE   Close a file
 SYS_READ       Read from an open file
 SYS_WRITE      Write to an open file
 SYS_IOCTL      Perform an IOCtl Call
+SYS_SEEK       Seek to a new position in the file
 SYS_READDIR    Read from an open directory
 SYS_OPENCHILD  Open a child entry in a directory
-SYS_MKDIR      Create a new directory
-SYS_SYMLINK    Create a symbolic link
 SYS_GETACL     Get an ACL Value
 SYS_SETACL     Set an ACL Value
 SYS_FINFO      Get file information
-SYS_SEEK       Seek to a new position in the file
+SYS_MKDIR      Create a new directory
+SYS_LINK       Create a new link to a file
+SYS_SYMLINK    Create a symbolic link
+SYS_UNLINK     Delete a file
 SYS_TELL       Return the current file position
 SYS_CHDIR      Change current directory
 SYS_GETCWD     Get current directory

UCC git Repository :: git.ucc.asn.au