]> granicus.if.org Git - strace/commit
tests: fix build on systems that lack AT_FDCWD definition
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Aug 2015 20:20:38 +0000 (20:20 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 26 Aug 2015 20:23:31 +0000 (20:23 +0000)
commitff6b6f3f72810cd205ffb2d638d13a7afc207d15
tree9a3f1f1b5d2e1f075eaefadb48f89398ea544895
parent56872838e48e7d1b37f5e9e02f5b42a8ff04ab1f
tests: fix build on systems that lack AT_FDCWD definition

* tests/readlinkat.c: Stop including <fcntl.h>.
(main): Replace AT_FDCWD with -100.
tests/readlinkat.c