* atanl.c, logl.c: Add GPL notice, and make the code more similar to glibc.
[gnulib.git] / modules / dirfd
index 39dd6c3..5482402 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Retrieving the file descriptor of an open directory stream.  (Unportable.)
 
 Files:
 lib/dirfd.h
@@ -8,7 +9,7 @@ m4/dirfd.m4
 Depends-on:
 
 configure.ac:
-UTILS_FUNC_DIRFD
+gl_FUNC_DIRFD
 
 Makefile.am:
 lib_SOURCES += dirfd.h
@@ -16,3 +17,8 @@ lib_SOURCES += dirfd.h
 Include:
 "dirfd.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering