← Back to index
|
Original Bugzilla link
Bug 598 – missing reentrant Linux functions
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D1 (retired)
Platform
x86
OS
Linux
Creation time
2006-11-25T18:37:00Z
Last change time
2014-02-15T13:29:06Z
Assigned to
bugzilla
Creator
thomas-dloop
Comments
Comment #0
by thomas-dloop — 2006-11-25T18:37:17Z
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);
Comment #1
by matti.niemenmaa+dbugzilla — 2006-12-03T04:09:04Z
Added in DMD 0.176.