I have been implementing a /proc entry for some kernel data structures
that I want exported to userland.  I got the kernel implementation done,
and went to write some userland C code that was going to use the
sysctl() call to access the entries.  It was at this point I found out
the sysctl() system call was not implemented on Linux/ARM.  So, I
changed it from unimplemented to defined in calls.S, recompiled, and it
seems to work fine.  Is there any reason this is turned off?  Thanks.

--
Kyle Mestery                    | StorageTek's Storage Networking Group
[EMAIL PROTECTED]                | http://www.freebsd.org/
[EMAIL PROTECTED]           | http://www.netwinder.org/
        Protect your right to privacy: www.freecrypto.org

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to