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 8f84d93 commit 7763564
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
define fstatat to fstatat64.
(fstatat64): Only provide prototype if __USE_LARGEFILE64,
similarly with the inline.
* io/fcntl.h (openat64): Only provide prototype if __USE_LARGEFILE64.

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

Expand Down
2 changes: 0 additions & 2 deletions io/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,8 @@ extern int __REDIRECT (openat, (int __fd, __const char *__file, int __oflag,
# endif
# endif

# ifdef __USE_LARGEFILE64
extern int openat64 (int __fd, __const char *__file, int __oflag, ...)
__nonnull ((2));
# endif
#endif

/* Create and open FILE, with mode MODE. This takes an `int' MODE
Expand Down

0 comments on commit 7763564

Please sign in to comment.