]> Zhao Yanbai Git Server - minix.git/commitdiff
compat.S: add getpwnam() alias.
authorThomas Cort <tcort@minix3.org>
Sun, 20 Nov 2011 17:30:12 +0000 (17:30 +0000)
committerBen Gras <ben@minix3.org>
Sun, 20 Nov 2011 17:36:42 +0000 (18:36 +0100)
Needed for finding getpwnam() when a prototype is not given.

lib/nbsd_libc/sys-minix/compat.S

index a364071ec6c2e4e0436ffb5af95d07868a2b7d94..2c25cfb55e1e6a14d16d036a909f40e2e6867a0e 100644 (file)
@@ -85,3 +85,4 @@ MY_ALIAS(getutmpx, __getutmpx50)
 MY_ALIAS(utime, __utime50)
 MY_ALIAS(unvis, __unvis13)
 MY_ALIAS(pwcache_userdb, __pwcache_userdb50)
+MY_ALIAS(getpwnam, __getpwnam50)