diff options
author | heikki@hundin.mysql.fi <> | 2002-07-23 04:24:09 +0300 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2002-07-23 04:24:09 +0300 |
commit | 07711a6ead1fd6f6f18986c56894d3c78aeb7032 (patch) | |
tree | 293ca9ac7f09cb883be1e3aa86e037f63916e290 /innobase/configure.in | |
parent | 7445d68d65316baae08e2bedeb0b877a566a0ac3 (diff) | |
download | mariadb-git-07711a6ead1fd6f6f18986c56894d3c78aeb7032.tar.gz |
os0thread.c, configure.in:
Make the typecast trick pthread_t -> os_thread_id_t safer, but a full fix needs usage of appropriate Posix functions
Diffstat (limited to 'innobase/configure.in')
-rw-r--r-- | innobase/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/configure.in b/innobase/configure.in index b606ecfffc0..e98dc3d0f0d 100644 --- a/innobase/configure.in +++ b/innobase/configure.in @@ -86,7 +86,7 @@ fi case "$target_os" in hp*) - CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";; + CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX";; irix*) CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";; osf*) |