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:
25
modules/write
Normal file
25
modules/write
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user