repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
memrchr-tests
blob
2b4a9bd4b0878ee6598a12462e4ed22d305742bd
1
Files:
2
tests/test-memrchr.c
3
tests/zerosize-ptr.h
4
tests/signature.h
5
tests/macros.h
6
m4/mmap-anon.m4
7
8
Depends-on:
9
c99
10
extensions
11
getpagesize
12
13
configure.ac:
14
gl_FUNC_MMAP_ANON
15
AC_CHECK_HEADERS_ONCE([sys/mman.h])
16
AC_CHECK_FUNCS_ONCE([mprotect])
17
18
Makefile.am:
19
TESTS += test-memrchr
20
check_PROGRAMS += test-memrchr