Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
2000-11-09  H.J. Lu  <hjl@gnu.org>

	* io/Versions (GLIBC_2.2): Add __open64.
  • Loading branch information
Ulrich Drepper committed Nov 9, 2000
1 parent a3212d8 commit c7ecdbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2000-11-09 H.J. Lu <hjl@gnu.org>

* io/Versions (GLIBC_2.2): Add __open64.

2000-11-09 Jakub Jelinek <jakub@redhat.com>

* locale/C-time.c (_nl_C_LC_TIME): Fix value for _NL_TIME_WEEK_1STWEEK.
Expand Down
2 changes: 2 additions & 0 deletions io/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,7 @@ libc {
GLIBC_2.2 {
# p*
posix_fadvise; posix_fadvise64; posix_fallocate; posix_fallocate64;

__open64;
}
}

0 comments on commit c7ecdbd

Please sign in to comment.