[Issue 598] New: missing reentrant Linux functions
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 25 16:37:19 PST 2006
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 at digitalmars.com
ReportedBy: thomas-dloop at 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);
--
More information about the Digitalmars-d-bugs
mailing list