Closed Anstow closed 9 years ago
Should the line 302 in linux-insides/SysCall/syscall-1.md be:
asmlinkage long sys_write(unsigned int fd, const char __user * buf, size_t count);
rather than:
asmlinkage long sys_write(unsigned int fd, const char __user * filename, size_t count);
@Anstow Yes, right will fix it now.
Thank you.
Should the line 302 in linux-insides/SysCall/syscall-1.md be:
rather than: