mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Implement file seek
This commit is contained in:
@ -109,7 +109,7 @@ enum NativeSyscalls
|
||||
_FileWrite,
|
||||
|
||||
/** @brief Seek in a file
|
||||
* @fn
|
||||
* @fn uint64_t FileSeek(void *KernelPrivate, uint64_t Offset, int Whence)
|
||||
* This syscall is used to change the current offset in a file.
|
||||
*/
|
||||
_FileSeek,
|
||||
|
Reference in New Issue
Block a user