mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
Fixed typo: PTHREAD_PRIO_MIN -> PTHREAD_PRIO_MAX. (Laurent Vivier,
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Fixed typo: PTHREAD_PRIO_MIN -> PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
This commit is contained in:
parent
b070488c97
commit
0689865df4
@ -1,3 +1,8 @@
|
||||
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
|
||||
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
|
||||
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
|
||||
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
|
||||
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
|
||||
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
|
||||
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
|
||||
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
|
||||
|
||||
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/ghash.c: Patch from Morten Welinder to
|
||||
|
@ -1521,7 +1521,7 @@ if test x"$have_threads" != xno; then
|
||||
AC_EGREP_CPP(PTHREAD_PRIO_MIN,[#include <pthread.h>
|
||||
PTHREAD_PRIO_MIN],,[
|
||||
posix_priority_min=PTHREAD_PRIO_MIN
|
||||
posix_priority_max=PTHREAD_PRIO_MIN])
|
||||
posix_priority_max=PTHREAD_PRIO_MAX])
|
||||
fi
|
||||
if test x"$posix_priority_min" = x; then
|
||||
AC_EGREP_CPP(PRI_OTHER_MIN,[#include <pthread.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user