You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2015/04/10 11:00:44 UTC

[Bug 55418] Solaris 10 does not necessarily have atomic_swap_32() et al.

https://bz.apache.org/bugzilla/show_bug.cgi?id=55418

--- Comment #1 from Matthias Apitz <gu...@unixarea.de> ---
I did a harcoded change and set:

#elif defined(SOLARIS2) && SOLARIS2 >= 10
#   define USE_ATOMICS_GENERIC

in that include file; but the unresolved symbols are still there:

# nm  /usr/local/sisis-pap/apache/lib/libaprutil-1.so.0.4.1 | fgrep atom        
[599]   |         0|         0|FUNC |GLOB |0    |UNDEF  |apr_atomic_dec32
[497]   |         0|         0|FUNC |GLOB |0    |UNDEF  |apr_atomic_inc32
[632]   |         0|         0|FUNC |GLOB |0    |UNDEF  |apr_atomic_read32
[456]   |         0|         0|FUNC |GLOB |0    |UNDEF  |apr_atomic_set32

this need deeper analyzing;

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org