December 09, 2006 [Issue 665] New: missing functions in std.c.linux.linux | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=665 Summary: missing functions in std.c.linux.linux Product: D Version: 0.176 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: bugzilla@digitalmars.com ReportedBy: thomas-dloop@kuehne.cn passwd* getpwnam(char*); passwd* getpwuid(uid_t); int getpwuid_r(uid_t, passwd*, char*, size_t, passwd**); int kill(pid_t, int); int sem_close(sem_t*); int sigemptyset(sigset_t*); int sigfillset(sigset_t*); int sigismember(sigset_t*, int); int sigsuspend(sigset_t*); -- |
December 27, 2006 [Issue 665] missing functions in std.c.linux.linux | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=665 bugzilla@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from bugzilla@digitalmars.com 2006-12-27 02:01 ------- Fixed DMD 0.178 -- |
Copyright © 1999-2021 by the D Language Foundation