[uClibc] is pivot_root in uClibc ?

Erik Andersen andersen at codepoet.org
Thu Aug 14 23:14:57 UTC 2003


On Thu Aug 14, 2003 at 03:54:04PM -0700, David Wuertele wrote:
> The changelog seems to say pivot_root has been added, but I can't find
> it.

$ nm lib/libuClibc-0.9.20.so  | grep pivot_root
00053c24 T pivot_root

Details are in libc/sysdeps/linux/common/syscalls.c, specifically:

#ifdef __NR_pivot_root
#ifdef L_pivot_root
_syscall2(int, pivot_root, const char *, new_root, const char *, put_old);
#endif
#endif


 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list