openat: move fstatat and unlinkat into correct files
authorEric Blake <ebb9@byu.net>
Sat, 19 Sep 2009 11:50:30 +0000 (05:50 -0600)
committerEric Blake <ebb9@byu.net>
Sat, 19 Sep 2009 19:49:59 +0000 (13:49 -0600)
commit82bf7d1b42dc970e704f9347862594445f4a22dd
tree5a5abebd391ce672dbc0b4c5861907ec6e4ecd69
parent22d7496bac7d391faff10755b17889ecd2f604d4
openat: move fstatat and unlinkat into correct files

Code motion, should be no semantic changes.

* m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
compiled.
* lib/openat.c (fstatat, unlinkat): Move...
* lib/fstatat.c (fstatat): ...into correct files.
* lib/unlinkat.c (unlinkat): Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/fstatat.c
lib/openat.c
lib/unlinkat.c
m4/openat.m4