src/share/vm/prims/jvm.h

changeset 2322
828eafbd85cc
parent 2314
f95d63e2154a
child 2327
cb2d0a362639
     1.1 --- a/src/share/vm/prims/jvm.h	Tue Nov 23 13:22:55 2010 -0800
     1.2 +++ b/src/share/vm/prims/jvm.h	Wed Dec 01 18:26:32 2010 -0500
     1.3 @@ -1405,23 +1405,6 @@
     1.4  JNIEXPORT jint JNICALL
     1.5  JVM_SetSockOpt(jint fd, int level, int optname, const char *optval, int optlen);
     1.6  
     1.7 -/*
     1.8 - * These routines are only reentrant on Windows
     1.9 - */
    1.10 -
    1.11 -#ifdef _WINDOWS
    1.12 -
    1.13 -JNIEXPORT struct protoent * JNICALL
    1.14 -JVM_GetProtoByName(char* name);
    1.15 -
    1.16 -JNIEXPORT struct hostent* JNICALL
    1.17 -JVM_GetHostByAddr(const char* name, int len, int type);
    1.18 -
    1.19 -JNIEXPORT struct hostent* JNICALL
    1.20 -JVM_GetHostByName(char* name);
    1.21 -
    1.22 -#endif /* _WINDOWS */
    1.23 -
    1.24  JNIEXPORT int JNICALL
    1.25  JVM_GetHostName(char* name, int namelen);
    1.26  

mercurial