*** dbinc/mutex.h
--- dbinc/mutex.h
***************
*** 128,134 ****
#ifndef MUTEX_ALIGN
#define MUTEX_ALIGN 16
! #define HPUX_MUTEX_PAD 8
#endif
#endif
--- 128,138 ----
#ifndef MUTEX_ALIGN
#define MUTEX_ALIGN 16
! #ifdef __hpux__
! # define HPUX_MUTEX_PAD 8
! #else
! # define HPUX_MUTEX_PAD 4
! #endif
#endif
#endif
***************
*** 494,500 ****
#ifndef MUTEX_ALIGN
#define MUTEX_ALIGN 16
! #define HPUX_MUTEX_PAD 8
#endif
#ifdef LOAD_ACTUAL_MUTEX_CODE
--- 498,508 ----
#ifndef MUTEX_ALIGN
#define MUTEX_ALIGN 16
! #ifdef __hpux__
! # define HPUX_MUTEX_PAD 8
! #else
! # define HPUX_MUTEX_PAD 4
! #endif
#endif
#ifdef LOAD_ACTUAL_MUTEX_CODE
***************
*** 510,516 ****
__r &
1; \
})
! #define MUTEX_UNSET(tsl) (*(tsl) = -1)
#define MUTEX_INIT(tsl) (MUTEX_UNSET(tsl), 0)
#endif
#endif
--- 518,524 ----
__r &
1; \
})
! #define MUTEX_UNSET(tsl) (*(volatile tsl_t *)(tsl) = -1)
#define MUTEX_INIT(tsl) (MUTEX_UNSET(tsl), 0)
#endif
#endifOn Sat, 2005-02-19 at 22:01 +0100, Kurt Roeckx wrote: > On Tue, Feb 15, 2005 at 01:57:44PM +0100, Daniel van Eeden wrote: > > The "source ../test/test.tcl" now works. :) > > It's now runinng the standard tests. > > Could you please send the patch to the bug tracking system? > > > Kurt > -- Daniel van Eeden <[EMAIL PROTECTED]>
smime.p7s
Description: S/MIME cryptographic signature

