diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/os390.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/os390.sh b/hints/os390.sh index 02f75eae66..422600fe13 100644 --- a/hints/os390.sh +++ b/hints/os390.sh @@ -131,6 +131,9 @@ esac case "$i_systime" in '') i_systime='define' ;; esac +case "$d_pthread_atfork" in +'') d_pthread_atfork='undef' ;; +esac # (from aix.sh) # uname -m output is too specific and not appropriate here |