On 10/17/07, David Jones <[EMAIL PROTECTED]> wrote: > apr/test/testatomic.c trunk doesn't compile due to implicit, as > apr_atomic_xchgptr is not defined in os390/atomic.c, > doesn't have anything to do with apr_atomic_casptr.
Thanks for the explanation. I'll commit the apr_atomic_casptr() implementation. > So next step would be implement xchgptr in os390/atomic.c, or ifdef it out > for __MVS__ where ever it exists (should only be trunk of > apr/test/testatomic.c afaik). Best to go ahead and implement apr_atomic_xchgptr() ;)
