1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 07:03:33 +00:00

New module 'write'.

This commit is contained in:
Bruno Haible
2008-09-26 13:29:53 +02:00
parent b5298eb7a7
commit 94b87393b6
8 changed files with 159 additions and 14 deletions

25
modules/write Normal file
View File

@@ -0,0 +1,25 @@
Description:
POSIX compatible write() function: write data to a file descriptor
Files:
lib/write.c
m4/write.m4
Depends-on:
unistd
configure.ac:
gl_FUNC_WRITE
gl_UNISTD_MODULE_INDICATOR([write])
Makefile.am:
Include:
<unistd.h>
License:
LGPLv2+
Maintainer:
Bruno Haible