summaryrefslogtreecommitdiff
path: root/lib/openat.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-28 21:13:59 +0000
committerJim Meyering <jim@meyering.net>2004-11-28 21:13:59 +0000
commitb69fc7b949d9428f98f93a4491a4dfeebead3baa (patch)
treebd371df8a3d0359fc89a77f9829bcef8f4b0ab34 /lib/openat.c
parentbb4833e7561a51028c0232140acf331673095516 (diff)
downloadcoreutils-b69fc7b949d9428f98f93a4491a4dfeebead3baa.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/openat.c')
-rw-r--r--lib/openat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/openat.c b/lib/openat.c
index 66da3c82a..a3650f9c6 100644
--- a/lib/openat.c
+++ b/lib/openat.c
@@ -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