openat: provide more convenience names
[pspp] / modules / chown
index 2a970076ee0f465c58c01fc33b6985b00a823721..cf9921089b90ac189647c1c9d69055203313a8f4 100644 (file)
@@ -1,5 +1,5 @@
 Description:
-chown() function: change ownership of a file.
+chown() function: change ownership of a file, following symlinks.
 
 Files:
 lib/chown.c
@@ -7,10 +7,13 @@ lib/fchown-stub.c
 m4/chown.m4
 
 Depends-on:
-stat-macros
+open
+unistd
+sys_stat
 
 configure.ac:
 gl_FUNC_CHOWN
+gl_UNISTD_MODULE_INDICATOR([chown])
 
 Makefile.am: