unictype/bidi*: Rename modules.
[pspp] / modules / poll
index 1d796adc24efa0ed01f14c7aaac146830ea493a8..8690271e0dd47ea6b3d5761c1b459f5940021b87 100644 (file)
@@ -3,21 +3,27 @@ poll() function: wait for some event on a set of file descriptors.
 
 Files:
 lib/poll.c
-lib/poll_.h
 m4/poll.m4
 
 Depends-on:
+poll-h
+alloca
+select
+sys_select
+sys_time
+errno
 
 configure.ac:
 gl_FUNC_POLL
+gl_POLL_MODULE_INDICATOR([poll])
 
 Makefile.am:
-noinst_HEADERS += poll_.h
-DISTCLEANFILES += poll.h
 
 Include:
-#include <poll.h>
+<poll.h>
+
+License:
+LGPLv2+
 
 Maintainer:
 Paolo Bonzini  <bonzini@gnu.org>
-