nbsd libc: no alias for getpw* minix compat symbols

This commit is contained in:
Ben Gras 2011-07-06 19:02:17 +02:00
parent 9fdd167da4
commit 545ac12f3d

View File

@ -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)