< prev index next >

src/os/aix/vm/os_aix.inline.hpp

Print this page

        

*** 34,47 **** #include <sys/socket.h> #include <sys/poll.h> #include <sys/ioctl.h> #include <netdb.h> - inline void* os::thread_local_storage_at(int index) { - return pthread_getspecific((pthread_key_t)index); - } - // File names are case-sensitive on windows only. inline int os::file_name_strcmp(const char* s1, const char* s2) { return strcmp(s1, s2); } --- 34,43 ----
< prev index next >