Re: Unimplemented system call

2019-03-05 Thread valdis . kletnieks
On Tue, 05 Mar 2019 19:52:13 -0500, Umair Khan said: > I was just wondering why are these system calls not implemented? Ah. So now we get to the question you *should* have asked. :) Depends on the system call and the hardware and the kernel config. Often, on embedded systems, you know from the

Re: Unimplemented system call

2019-03-05 Thread Umair Khan
On Tue, Mar 5, 2019 at 7:26 PM wrote: > > On Tue, 05 Mar 2019 19:08:20 -0500, Umair Khan said: > > > I was just roaming around the linux source code when I stumbled upon > > this line - > > https://github.com/torvalds/linux/blob/master/include/linux/syscalls.h#L1200 > > > > May I know what is

Re: Unimplemented system call

2019-03-05 Thread valdis . kletnieks
On Tue, 05 Mar 2019 19:08:20 -0500, Umair Khan said: > I was just roaming around the linux source code when I stumbled upon > this line - > https://github.com/torvalds/linux/blob/master/include/linux/syscalls.h#L1200 > > May I know what is the use of this system call? /* * Not a real system

Unimplemented system call

2019-03-05 Thread Umair Khan
Hello, I was just roaming around the linux source code when I stumbled upon this line - https://github.com/torvalds/linux/blob/master/include/linux/syscalls.h#L1200 May I know what is the use of this system call? Thank you, Umair ___ Kernelnewbies