[D-runtime] [D-Programming-Language/druntime] 3c9690: Fix typo in core.sys.posix.grp
GitHub via D-runtime
d-runtime at puremagic.com
Wed Nov 19 23:56:43 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 3c9690dfa6be312354461dd59cffddd310509a89
https://github.com/D-Programming-Language/druntime/commit/3c9690dfa6be312354461dd59cffddd310509a89
Author: kai <kai at redstar.de>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M src/core/sys/posix/grp.d
Log Message:
-----------
Fix typo in core.sys.posix.grp
The thread-safe function to get the group is is named getgrgid_r and not getgruid_r.
Commit: e5deee3dad89730a8194e98b50ec326fd458fc1c
https://github.com/D-Programming-Language/druntime/commit/e5deee3dad89730a8194e98b50ec326fd458fc1c
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2014-11-20 (Thu, 20 Nov 2014)
Changed paths:
M src/core/sys/posix/grp.d
Log Message:
-----------
Merge pull request #1028 from redstar/getgrgid
Fix typo in core.sys.posix.grp
Compare: https://github.com/D-Programming-Language/druntime/compare/0314dc083be5...e5deee3dad89
More information about the D-runtime
mailing list