Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Nov 18, 2005
1 parent 7763564 commit 8b7bdd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

* io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't defined,
define fstatat to fstatat64.
(fstatat64): Only provide prototype if __USE_LARGEFILE64,
similarly with the inline.

2005-11-17 Steven Munroe <sjmunroe@us.ibm.com>

Expand Down
2 changes: 0 additions & 2 deletions io/sys/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,8 @@ extern int __REDIRECT_NTH (fstatat, (int __fd, __const char *__file,
# endif
# endif

# ifdef __USE_LARGEFILE64
extern int fstatat64 (int __fd, __const char *__file, struct stat64 *__buf,
int __flag) __THROW __nonnull ((2, 3));
# endif
#endif

#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
Expand Down

0 comments on commit 8b7bdd8

Please sign in to comment.