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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
fdutimensat-tests
blob
37f70c652824a9f9563a1f8dd446f54a17c5ab20
1
Files:
2
tests/nap.h
3
tests/test-futimens.h
4
tests/test-lutimens.h
5
tests/test-utimens.h
6
tests/test-utimens-common.h
7
tests/test-fdutimensat.c
8
tests/macros.h
9
10
Depends-on:
11
fcntl-h
12
ignore-value
13
intprops
14
nanosleep
15
openat
16
timespec
17
dup
18
utimecmp
19
20
configure.ac:
21
22
Makefile.am:
23
TESTS += test-fdutimensat
24
check_PROGRAMS += test-fdutimensat
25
test_fdutimensat_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) \
26
$(LIB_NANOSLEEP) @LIBINTL@