0xAX / linux-insides

A little bit about a linux kernel
http://0xax.gitbooks.io/linux-insides/content/index.html
Other
30.01k stars 3.37k forks source link

Typo in SysCall/syscall-1.md #196

Closed Anstow closed 9 years ago

Anstow commented 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);
0xAX commented 9 years ago

@Anstow Yes, right will fix it now.

Thank you.