diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-04-08 16:34:27 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-08 13:57:12 +0000 |
commit | cce6a20761e2ac993439d678c20406b67e840584 (patch) | |
tree | 222a8f39cf113e28701893373fb00b4696ff8c3f /hints | |
parent | 9285ede26a5273c426e650e344bce458842c76c0 (diff) | |
download | perl-cce6a20761e2ac993439d678c20406b67e840584.tar.gz |
[ PATCH ] Re: no snapshot today, no RC1 Monday
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@15807
Diffstat (limited to 'hints')
-rw-r--r-- | hints/hpux.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index f354c0ffde..05f73d602e 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -483,6 +483,8 @@ EOM # tell perl.h to include <pthread.h> before other # include files ccflags="$ccflags -DPTHREAD_H_FIRST" +# First column on purpose. +pthread_h_first="$define" # CMA redefines select to cma_select, and cma_select # expects int * instead of fd_set * (just like 9.X) |