mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
b2a583ead5
Done through
sed -e 's/memcmp \([(][^()]*[)]\) == 0/memeq \1/g' \
-e 's/memcmp \([(][^()]*[(][^()]*[)][^()]*[)]\) == 0/memeq \1/g'
* tests/**/*.[hc]: Use memeq instead of memcmp ... == 0.
* modules/*-tests (Dependencies): Add memeq.
21 lines
335 B
Plaintext
21 lines
335 B
Plaintext
Files:
|
|
tests/test-pthread-cond.c
|
|
tests/virtualbox.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
pthread-thread
|
|
pthread-mutex
|
|
nanosleep
|
|
sched_yield
|
|
streq
|
|
memeq
|
|
|
|
configure.ac:
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-pthread-cond
|
|
check_PROGRAMS += test-pthread-cond
|
|
test_pthread_cond_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@
|