*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 20 Nov 2005 08:51:38 +0000 (08:51 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 Nov 2005 08:51:38 +0000 (08:51 +0000)
lib/ChangeLog
lib/euidaccess-stat.h [new file with mode: 0644]

index e02f9cdde792751e3f6fb0948bb1112291ac4013..dc8ede2c765d5796d44b66ef52c3bff31dc7fdd7 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-20  Jim Meyering  <jim@meyering.net>
+
+       * euidaccess-stat.c: New file, mostly from euidaccess.c.
+       * euidaccess-stat.h: New file.
+
 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        * xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
diff --git a/lib/euidaccess-stat.h b/lib/euidaccess-stat.h
new file mode 100644 (file)
index 0000000..de24961
--- /dev/null
@@ -0,0 +1,5 @@
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <stdbool.h>
+
+bool euidaccess_stat (struct stat const *st, int mode);