diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-28 20:33:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-28 20:33:49 +0000 |
commit | 3586b2b60b6d92ce3cc3d497e84ae1e5cfcf81e4 (patch) | |
tree | 4d2932e03d37e5410698f2415257c2065a0959de /ChangeLog | |
parent | cba5c7c07388e2a8251c470c279797dc303d4277 (diff) | |
download | glibc-3586b2b60b6d92ce3cc3d497e84ae1e5cfcf81e4.tar.gz glibc-3586b2b60b6d92ce3cc3d497e84ae1e5cfcf81e4.tar.xz glibc-3586b2b60b6d92ce3cc3d497e84ae1e5cfcf81e4.zip |
* libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
prototypes. (__fread_alias, __fread_unlocked_alias): New aliases. (fread): New extern inline. (fread_unlocked): Likewise. Undef macro before definition of the inline function. * debug/Makefile (routines): Add fread_chk and fread_u_chk. (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add. * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7 and __fread_unlocked_chk@@GLIBC_2.7. * debug/fread_chk.c: New file. * debug/fread_u_chk.c: New file. * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bde760b44d..95a4b83558 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2007-08-28 Jakub Jelinek <jakub@redhat.com> + + * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New + prototypes. + (__fread_alias, __fread_unlocked_alias): New aliases. + (fread): New extern inline. + (fread_unlocked): Likewise. Undef macro before definition of + the inline function. + * debug/Makefile (routines): Add fread_chk and fread_u_chk. + (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add. + * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7 + and __fread_unlocked_chk@@GLIBC_2.7. + * debug/fread_chk.c: New file. + * debug/fread_u_chk.c: New file. + * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests. + 2007-08-27 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/syscalls.list |