1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 19:14:46 +02:00
This commit is contained in:
stskeeps
2001-07-09 22:36:19 +00:00
parent 463aa1532c
commit bd1a3ecf55
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -244,7 +244,7 @@ int main() {
pthread_mutex_lock(&mutex);
pthread_create(&thread, &attrs, (void*)testthreads, NULL);
pthread_mutex_unlock(&mutex);
sleep(5);
sleep(2);
pthread_mutex_lock(&mutex);
if (mypid == pid)
exit(0);
@@ -259,7 +259,7 @@ if test "$USESTDTHREAD" != "1"; then
if test "$ac_cv_thread_multi" = "yes"; then
AC_MSG_RESULT(Ok we'll install FSU Pthreads)
cd extras
if [ -f pthreads.tar.gz ] ; then
if [ -f "pthreads.tar.gz" ] ; then
gunzip -d pthreads.tar.gz
fi
tar xf pthreads.tar
Vendored
+1 -1
View File
@@ -4276,7 +4276,7 @@ if test "$USESTDTHREAD" != "1"; then
if test "$ac_cv_thread_multi" = "yes"; then
echo "$ac_t""Ok we'll install FSU Pthreads" 1>&6
cd extras
if -f "pthreads.tar.gz" ; then
if [ -f "pthreads.tar.gz" ] ; then
gunzip -d pthreads.tar.gz
fi
tar xf pthreads.tar