CVS commit: src/tests/lib/libc/atomic

2019-02-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Mar 1 05:39:01 UTC 2019 Modified Files: src/tests/lib/libc/atomic: t___sync_and.c Log Message: Revert previous hack. Now all libc have __sync_and_and_fetch functions. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1

CVS commit: src/tests/lib/libc/atomic

2019-02-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 27 15:32:11 UTC 2019 Modified Files: src/tests/lib/libc/atomic: t___sync_and.c Log Message: Make the _and_and_ have-nots compile. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/atomic/t_