www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 598] New: missing reentrant Linux functions

reply d-bugmail puremagic.com writes:
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);


-- 
Nov 25 2006
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=598


deewiant gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED





Added in DMD 0.176.


-- 
Dec 03 2006