* openat.c (openat): Use ?:, not if, to work around GCC bug 4210
[gnulib.git] / modules / unistd
1 Description:
2 A <unistd.h> for systems lacking it.
3
4 Files:
5 m4/unistd_h.m4
6
7 Depends-on:
8
9 configure.ac:
10 gl_HEADER_UNISTD
11
12 Makefile.am:
13 BUILT_SOURCES += $(UNISTD_H)
14
15 # We need the following in order to create an empty placeholder for
16 # <unistd.h> when the system doesn't have one.
17 unistd.h:
18         echo '/* Empty placeholder for $@.  */' >$@
19 MOSTLYCLEANFILES += unistd.h
20
21 Include:
22 #include <unistd.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Simon Josefsson