Exploit the __builtin_signbit GCC built-in.
[gnulib.git] / modules / getpass
index da7abf6..3220219 100644 (file)
@@ -1,12 +1,15 @@
 Description:
+getpass() function: read a password from /dev/tty.
 
 Files:
+lib/getpass.h
 lib/getpass.c
 m4/getpass.m4
 
 Depends-on:
-unlocked-io
+fseeko
 getline
+stdbool
 
 configure.ac:
 gl_FUNC_GETPASS
@@ -14,4 +17,10 @@ gl_FUNC_GETPASS
 Makefile.am:
 
 Include:
+"getpass.h"
 
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering, glibc