pipe: Set errno upon failure.
[gnulib.git] / lib / openat.h
index 433b998..11a0314 100644 (file)
@@ -1,5 +1,5 @@
 /* provide a replacement openat function
-   Copyright (C) 2004-2006, 2008-2009 Free Software Foundation, Inc.
+   Copyright (C) 2004-2006, 2008-2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@
 #if !HAVE_OPENAT
 
 int openat_permissive (int fd, char const *file, int flags, mode_t mode,
-                      int *cwd_errno);
+                       int *cwd_errno);
 bool openat_needs_fchdir (void);
 
 #else