]> granicus.if.org Git - postgresql/commitdiff
Add mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling 5-arg getpwuid_r().
authorBruce Momjian <bruce@momjian.us>
Mon, 22 Mar 2004 01:50:31 +0000 (01:50 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 22 Mar 2004 01:50:31 +0000 (01:50 +0000)
src/template/solaris

index 07c79e9067eb589d6571cb47663fe64d2211549d..6114c3c1c8ff8a484c6bc0d0f1cd246e63524f0c 100644 (file)
@@ -10,6 +10,7 @@ case $host in
 esac
 
 # tools/thread/thread_test must be run
+# -D_POSIX_PTHREAD_SEMANTICS enables 5-arg getpwuid_r, among other things
 if test "$GCC" = yes 
 then   THREAD_CPPFLAGS="-D_POSIX_PTHREAD_SEMANTICS"
        THREAD_LIBS="-pthread"