X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funistd;h=c470ba6029a799b809f7cb04b61f5379d9595e2a;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=0d444126d9e71872b9b57788cf908740f467b05a;hpb=3f3d9b41ce3bcc3f4664512c3756621126a5eab2;p=gnulib.git diff --git a/modules/unistd b/modules/unistd index 0d444126d..c470ba602 100644 --- a/modules/unistd +++ b/modules/unistd @@ -3,9 +3,12 @@ A GNU-like . Files: m4/unistd_h.m4 +lib/unistd.c lib/unistd.in.h +m4/off_t.m4 Depends-on: +extern-inline include_next snippet/arg-nonnull snippet/c++defs @@ -19,6 +22,7 @@ gl_UNISTD_H Makefile.am: BUILT_SOURCES += unistd.h +lib_SOURCES += unistd.c # We need the following in order to create an empty placeholder for # when the system doesn't have one. @@ -133,6 +137,7 @@ unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \ -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ + -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \