November 26, 2006 [Issue 598] New: missing reentrant Linux functions | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=598 Summary: missing reentrant Linux functions Product: D Version: 0.175 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: bugzilla@digitalmars.com ReportedBy: thomas-dloop@kuehne.cn std.c.linux.socket: int gethostbyname_r(char* name, hostent* ret, void* buf, size_t buflen, hostent** result, int* h_errnop); int gethostbyname2_r(char* name, int af, hostent* ret, void* buf, size_t buflen, hostent** result, int* h_errnop); std.c.linux.linux: char* asctime_r(tm* t, char* buf); char* ctime_r(__time_t* timep, char* buf); tm* gmtime_r(__time_t* timep, tm* result); tm* localtime_r(__time_t* timep, tm* result); -- |
December 03, 2006 [Issue 598] missing reentrant Linux functions | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=598 deewiant@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from deewiant@gmail.com 2006-12-03 04:09 ------- Added in DMD 0.176. -- |
Copyright © 1999-2021 by the D Language Foundation