compat.S: add getpwnam() alias.

Needed for finding getpwnam() when a prototype is not given.
This commit is contained in:
Thomas Cort 2011-11-20 17:30:12 +00:00 committed by Ben Gras
parent c24d15b2db
commit 0c9b539a35

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