1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Move forgotten comment closer to where it matters.

This commit is contained in:
Peter Eisentraut
2008-10-29 16:23:07 +00:00
parent 79d306c84a
commit d50966a49d
3 changed files with 7 additions and 7 deletions

View File

@ -20,5 +20,3 @@ if test "$SUN_STUDIO_CC" = yes ; then
;;
esac
fi
# -D_POSIX_PTHREAD_SEMANTICS enables 5-arg getpwuid_r, among other things