[uClibc-cvs] cvs commit to uClibc/libc/pwd_grp by mjn3

mjn3 at uclibc.org mjn3 at uclibc.org
Sun Aug 18 00:24:25 UTC 2002


Repository: uClibc/libc/pwd_grp
who:        mjn3
time:       Sat Aug 17 18:24:25 MDT 2002


Log Message:

Fix broken locking so that at least the Python 2.2.1 grp test doesn't
lock up.  This really needs to be looked at, as I don't think this
needs to be reentrant.  In any case, several routines call the
__getgrent internal routine and it uses static vars for data.  If this
stuff is really supposed to be threadsafe, then __getgrent probably
needs fixing.


Files:

changed:    grent.c




More information about the uClibc-cvs mailing list