From: Bruno Haible Date: Sat, 19 Nov 2011 19:52:52 +0000 (+0100) Subject: openat: Fix file list. X-Git-Tag: v0.1~1423 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=320ccdcb323358ccf40e52bed693e36112834b02 openat: Fix file list. * modules/openat (Files): Remove lib/at-func.c. --- diff --git a/ChangeLog b/ChangeLog index 0360859a0..73fcf5a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-11-19 Bruno Haible + openat: Fix file list. + * modules/openat (Files): Remove lib/at-func.c. + +2011-11-19 Bruno Haible + fstatat: Simplify. * lib/fstatat.c (AT_FUNC_NAME): Define as fstatat. On platforms where gnulib should define rpl_fstatat, there is a diff --git a/modules/openat b/modules/openat index ccd2e7df7..784640174 100644 --- a/modules/openat +++ b/modules/openat @@ -2,7 +2,6 @@ Description: openat() function: Open a file at a directory. Files: -lib/at-func.c lib/openat.c lib/openat-priv.h m4/openat.m4