diff options
author | ianh <ianh@13f79535-47bb-0310-9956-ffa450edef68> | 2002-02-19 23:45:06 +0000 |
---|---|---|
committer | ianh <ianh@13f79535-47bb-0310-9956-ffa450edef68> | 2002-02-19 23:45:06 +0000 |
commit | 70212b146b2823174a0b801096c81b05453aeafb (patch) | |
tree | 07281204823fc7fa3c129867165cb2af262efabd /test/testatomic.c | |
parent | 6e81a9cc203db8d97fdccc356c8840c764356976 (diff) | |
download | libapr-70212b146b2823174a0b801096c81b05453aeafb.tar.gz |
enable sun-sparc specific code
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63028 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testatomic.c')
-rw-r--r-- | test/testatomic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testatomic.c b/test/testatomic.c index 7f985d701..00e6f7278 100644 --- a/test/testatomic.c +++ b/test/testatomic.c @@ -83,7 +83,6 @@ static apr_status_t check_basic_atomics(volatile apr_atomic_t*p) return APR_EGENERAL; } printf("OK\n"); - printf("debug\n y=%d\n",y); printf("%-60s", "testing CAS - match non-null"); oldval = apr_atomic_cas(&y,23,12); if (oldval != 12) { |