readlinkat: split into its own module
authorEric Blake <eblake@redhat.com>
Mon, 9 Aug 2010 17:16:07 +0000 (11:16 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 9 Aug 2010 17:16:31 +0000 (11:16 -0600)
commitbe5bb85c5cbfe813efb92e7de9c8d29860de8f09
tree7c66f4a5bcf11e5bedc61f28308bb518d394638d
parentacc262490748a9999e4def60e3f4510865ca3a5d
readlinkat: split into its own module

* modules/symlinkat: Split readlinkat...
* modules/readlinkat: ...into separate module.
* m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Move readlinkat check...
* m4/readlinkat.m4 (gl_FUNC_READLINAT): ...to new file.
* lib/symlinkat.c (readlinkat): Move...
* lib/readlinkat.c: ...into new file.
* modules/symlinkat-tests: Split readlinkat test...
* modules/readlinkat-tests: ...into separate module.
* tests/test-symlinkat.c: Split...
* tests/test-readlinkat.c: ...into new file.
* NEWS: Document the split.
* doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
* lib/unistd.in.h (readlinkat): Likewise.
Suggested by Bruno Haible.

Signed-off-by: Eric Blake <eblake@redhat.com>
14 files changed:
ChangeLog
NEWS
doc/posix-functions/readlinkat.texi
lib/readlinkat.c [new file with mode: 0644]
lib/symlinkat.c
lib/unistd.in.h
m4/readlinkat.m4 [new file with mode: 0644]
m4/symlinkat.m4
modules/readlinkat [new file with mode: 0644]
modules/readlinkat-tests [new file with mode: 0644]
modules/symlinkat
modules/symlinkat-tests
tests/test-readlinkat.c [new file with mode: 0644]
tests/test-symlinkat.c