openat: fix fstatat bugs on Solaris 9
authorEric Blake <ebb9@byu.net>
Sat, 19 Sep 2009 01:38:46 +0000 (19:38 -0600)
committerEric Blake <ebb9@byu.net>
Sat, 19 Sep 2009 19:41:14 +0000 (13:41 -0600)
commitff971b940b619067d76bb7a893d0e567636f4fc2
tree6fb7fc4382c21edef318ef61bd912a874ca40dab
parentff4e8f6b53d7b8c53856ba8ba2adaad3251e6a88
openat: fix fstatat bugs on Solaris 9

fstatat(fd,"file/",buf,flag) mistakenly succeeded.

* lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
stat.
* doc/posix-functions/fstatat.texi (fstatat): Document this.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/posix-functions/fstatat.texi
lib/fstatat.c