diff MODULES.html.sh @ 14598:052f47e91db5

sys_uio: new module For now, just provide the types used by sys/socket. We could add readv() and writev() later, if desired. * modules/sys_uio: New module. * modules/sys_uio-tests: Likewise. * lib/sys_uio.in.h: New file. * m4/sys_uio_h.m4: Likewise. * tests/test-sys_uio.c: Likewise. * doc/posix-headers/sys_uio.texi (sys/uio.h): Document it. * MODULES.html.sh (systems lacking POSIX:2008): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Thu, 21 Apr 2011 08:51:12 -0600
parents d5718604e475
children 7a493fbc787a
line wrap: on
line diff
--- a/MODULES.html.sh	Wed Apr 20 15:44:54 2011 +0200
+++ b/MODULES.html.sh	Thu Apr 21 08:51:12 2011 -0600
@@ -2464,6 +2464,7 @@
   func_module sys_stat
   func_module sys_time
   func_module sys_times
+  func_module sys_uio
   func_module sys_utsname
   func_module sys_wait
   func_module tsearch