1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2004-11-28 21:13:59 +00:00
parent bb4833e756
commit b69fc7b949
+1
View File
@@ -41,6 +41,7 @@
// int openat (int fildes, const char *path, int oflag, /* mode_t mode */...);
/* Replacement for Solaris' openat function.
<http://www.google.com/search?q=openat+site:docs.sun.com>
Simulate it by doing save_cwd/fchdir/open/restore_cwd.
If either the fchdir or the restore_cwd fails, then exit nonzero. */
int