test-stddef: test for (some) offsetof bugs
[gnulib.git] / modules / chown
index a8ac953..94bff84 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,8 +7,11 @@ lib/fchown-stub.c
 m4/chown.m4
 
 Depends-on:
-unistd
+open
+stat
+stdbool
 sys_stat
+unistd
 
 configure.ac:
 gl_FUNC_CHOWN
@@ -20,7 +23,7 @@ Include:
 <unistd.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering