tests: fix license on several tests
[gnulib.git] / modules / fcntl
1 Description:
2 Support for fcntl() action F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD.
3
4 Files:
5 m4/fcntl.m4
6 lib/fcntl.c
7
8 Depends-on:
9 dup2
10 fcntl-h
11 extensions
12
13 configure.ac:
14 gl_FUNC_FCNTL
15 gl_FCNTL_MODULE_INDICATOR([fcntl])
16
17 Makefile.am:
18
19 Include:
20 <fcntl.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Eric Blake