Use confstr(_CS_GNU_LIBPTHREAD_VERSION ..) to determine whether fcntl
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 3 Jul 2006 09:50:51 +0000 (09:50 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 3 Jul 2006 09:50:51 +0000 (09:50 +0000)
commit32389c925760f3dadf9091390e039075c99470c5
tree7f4c65dad17ad62e5c09179053f2274ad073b9b5
parentb7963f43864a0e8d4e738cf46f7ee4baad6db420
Use confstr(_CS_GNU_LIBPTHREAD_VERSION ..) to determine whether fcntl
locks is conforming to POSIX or not. In POSIX mode, locks are shared
for all threads in a process. In the other (linuxthreads) mode , it
isn't.
configure.ac
util/.cvsignore
util/flock.c