Re: ARM port missing pivot_root syscall

2001-04-02 Thread Jamie Lokier
Russell King wrote: > > A few months ago a colleague was frustrated to find pivot_root missing > > from the ARM port. Semi-standard C programs that use this call would > > not compile for the ARM. Perhaps you ARM folks would like to add it? > > The missing system calls got added in the latest k

Re: ARM port missing pivot_root syscall

2001-04-02 Thread Russell King
_Please_ don't reply to this address - just substitute '[EMAIL PROTECTED]' or '[EMAIL PROTECTED]' please. > A few months ago a colleague was frustrated to find pivot_root missing > from the ARM port. Semi-standard C programs that use this call would > not compile for the ARM. Perhaps you ARM fo

ARM port missing pivot_root syscall

2001-04-02 Thread Jamie Lokier
A few months ago a colleague was frustrated to find pivot_root missing from the ARM port. Semi-standard C programs that use this call would not compile for the ARM. Perhaps you ARM folks would like to add it? It's probably an oversight. Perhaps the person who added __NR_pivot_root to the other