libports: add gethostbyname, getservbyname dummies

This commit is contained in:
Josef Söntgen 2012-07-20 12:30:35 +02:00 committed by Norman Feske
parent 6fcbea000c
commit ed6fa86a87

View File

@ -58,9 +58,11 @@ DUMMY( 0, geteuid)
DUMMY(-1, getfsstat)
DUMMY( 0, getgid)
DUMMY(-1, getgroups)
DUMMY( 0, gethostbyname)
DUMMY( 0, _getlogin)
DUMMY(-1, getnameinfo)
DUMMY(-1, getpid)
DUMMY( 0, getservbyname)
DUMMY(-1, getsid)
DUMMY(-1, getppid)
DUMMY(-1, getpgrp)