From: Ben Gras Date: Wed, 6 Jul 2011 17:02:17 +0000 (+0200) Subject: nbsd libc: no alias for getpw* minix compat symbols X-Git-Tag: v3.2.0~489 X-Git-Url: http://zhaoyanbai.com/repos/doxygen-warnings.log?a=commitdiff_plain;h=545ac12f3dca1044e5b5e4764929af31ce72e76e;p=minix.git nbsd libc: no alias for getpw* minix compat symbols --- diff --git a/lib/nbsd_libc/sys-minix/compat.S b/lib/nbsd_libc/sys-minix/compat.S index acee1e24a..b1f7ba51c 100644 --- a/lib/nbsd_libc/sys-minix/compat.S +++ b/lib/nbsd_libc/sys-minix/compat.S @@ -56,12 +56,6 @@ MY_ALIAS(dbm_fetch, __dbm_fetch13) MY_ALIAS(dbm_firstkey, __dbm_firstkey13) MY_ALIAS(dbm_nextkey, __dbm_nextkey13) MY_ALIAS(dbm_store, __dbm_store13) -MY_ALIAS(getpwuid, __getpwuid50) -MY_ALIAS(getpwnam, __getpwnam50) -MY_ALIAS(getpwnam_r, __getpwnam_r50) -MY_ALIAS(getpwuid_r, __getpwuid_r50) -MY_ALIAS(getpwent, __getpwent50) -MY_ALIAS(getpwent_r, __getpwent_r50) MY_ALIAS(setjmp, __setjmp14) MY_ALIAS(longjmp, __longjmp14) MY_ALIAS(sigsetjmp, __sigsetjmp14)