libc: Dummy fallbacks for user and net support

This commit is contained in:
Norman Feske 2012-08-21 16:33:16 +02:00
parent 4fae082b34
commit 2b5cf1342d
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,7 @@ DUMMY(-1, getpriority)
DUMMY( 0, getpwent)
DUMMY( 0, getpwnam)
DUMMY( 0, getpwuid)
DUMMY( 0, getpwuid_r)
DUMMY(-1, __getpty)
DUMMY(-1, _getpty)
DUMMY(-1, getrusage)
@ -93,6 +94,7 @@ DUMMY(-1, madvise)
DUMMY(-1, mkfifo)
DUMMY(-1, mknod)
DUMMY(-1, mprotect)
DUMMY( 0, ___mtctxres)
DUMMY(-1, nanosleep)
DUMMY(-1, __nsdefaultsrc)
DUMMY(-1, _nsdispatch)