Implicitly initialize the sockets library.
[gnulib.git] / modules / fcntl-safer
1 Description:
2 File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
3
4 Files:
5 lib/fcntl--.h
6 lib/creat-safer.c
7 lib/fcntl-safer.h
8 lib/open-safer.c
9 m4/fcntl-safer.m4
10 m4/mode_t.m4
11
12 Depends-on:
13 open
14 unistd-safer
15
16 configure.ac:
17 gl_FCNTL_SAFER
18 gl_MODULE_INDICATOR([fcntl-safer])
19
20 Makefile.am:
21
22 Include:
23 "fcntl-safer.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Paul Eggert, Jim Meyering