< prev index next >

src/jdk.security.auth/unix/native/libjaas/Unix.c

Print this page
rev 59107 : imported patch security

@@ -30,14 +30,10 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
 
-/* For POSIX-compliant getpwuid_r on Solaris */
-#if defined(__solaris__)
-#define _POSIX_PTHREAD_SEMANTICS
-#endif
 #include <pwd.h>
 
 /*
  * Declare library specific JNI_Onload entry if static build
  */
< prev index next >