]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 28 Nov 2004 21:13:59 +0000 (21:13 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 Nov 2004 21:13:59 +0000 (21:13 +0000)
lib/openat.c

index 66da3c82af513634a5eeb94d842210a8c4c53e46..a3650f9c60f76723e23a5c7da572a9b1ca97a867 100644 (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