File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19187,8 +19187,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
19187
19187
19188
19188
# set thread flags
19189
19189
19190
- # Some platforms use these, so just defineed them. They can't hurt if they
19191
- # are not supported.
19190
+ # Some platforms use these, so just define them. They can't hurt if they
19191
+ # are not supported. For example, on Solaris -D_POSIX_PTHREAD_SEMANTICS
19192
+ # enables 5-arg getpwuid_r, among other things.
19192
19193
PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
19193
19194
19194
19195
Original file line number Diff line number Diff line change 1
1
dnl Process this file with autoconf to produce a configure script.
2
- dnl $PostgreSQL: pgsql/configure.in,v 1.569 2008/10/29 16:06:46 petere Exp $
2
+ dnl $PostgreSQL: pgsql/configure.in,v 1.570 2008/10/29 16:23:07 petere Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -1334,8 +1334,9 @@ esac
1334
1334
if test "$enable_thread_safety" = yes -a "$PORTNAME" != "win32"; then
1335
1335
ACX_PTHREAD # set thread flags
1336
1336
1337
- # Some platforms use these, so just defineed them. They can't hurt if they
1338
- # are not supported.
1337
+ # Some platforms use these, so just define them. They can't hurt if they
1338
+ # are not supported. For example, on Solaris -D_POSIX_PTHREAD_SEMANTICS
1339
+ # enables 5-arg getpwuid_r, among other things.
1339
1340
PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
1340
1341
1341
1342
Original file line number Diff line number Diff line change @@ -20,5 +20,3 @@ if test "$SUN_STUDIO_CC" = yes ; then
20
20
;;
21
21
esac
22
22
fi
23
-
24
- # -D_POSIX_PTHREAD_SEMANTICS enables 5-arg getpwuid_r, among other things
You can’t perform that action at this time.
0 commit comments