]> Zhao Yanbai Git Server - minix.git/commitdiff
nbsd libc: no alias for getpw* minix compat symbols
authorBen Gras <ben@minix3.org>
Wed, 6 Jul 2011 17:02:17 +0000 (19:02 +0200)
committerBen Gras <ben@minix3.org>
Wed, 6 Jul 2011 17:02:17 +0000 (19:02 +0200)
lib/nbsd_libc/sys-minix/compat.S

index acee1e24aaa3a01eb624e99c118fa46196dfce3a..b1f7ba51cbbf3d52ad3d60a79903225d8b76882d 100644 (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)