X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=KernelLand%2FKernel%2Fsyscalls.lst;h=6a82de273a77cb678bf44320d9a26bdf4a67ebb1;hb=015f48988e0ff398409d71dfc692005ab439490a;hp=b13921711ad5439fa3da55e170e61bed77e09722;hpb=479d0634670b58da044bc58149662adba0ad1d0b;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/syscalls.lst b/KernelLand/Kernel/syscalls.lst index b1392171..6a82de27 100644 --- a/KernelLand/Kernel/syscalls.lst +++ b/KernelLand/Kernel/syscalls.lst @@ -47,7 +47,7 @@ SYS_OPENCHILD Open a child entry in a directory SYS_OPENPIPE Open a FIFO pipe pair SYS_CLOSE Close a file SYS_COPYFD Create a copy of a file handle -SYS_FDCTL Modify properties of a file descriptor +SYS_FDCTL Modify flags of a file descriptor SYS_READ Read from an open file SYS_WRITE Write to an open file SYS_IOCTL Perform an IOCtl Call