diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-17 09:03:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-17 09:03:47 +0000 |
commit | da28fa2a447b193788c0ad7a9b3d97e37fc3bf8b (patch) | |
tree | eeea8a874d92e2d90e629319e20d4aea35305ef1 /ChangeLog | |
parent | 1b67abbbfd558ca7a47a84cb6c76ebf55db1c828 (diff) | |
download | glibc-da28fa2a447b193788c0ad7a9b3d97e37fc3bf8b.tar glibc-da28fa2a447b193788c0ad7a9b3d97e37fc3bf8b.tar.gz glibc-da28fa2a447b193788c0ad7a9b3d97e37fc3bf8b.tar.bz2 glibc-da28fa2a447b193788c0ad7a9b3d97e37fc3bf8b.zip |
* sysdeps/mach/sched_yield.c: New file.
2000-03-13 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/generic/lockfile.c: Include <stdio.h>
(_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in
case <libio.h> defined them.
(__flockfile, __funlockfile, __ftrylockfile): Functions renamed
from __internal_*.
(flockfile, _IO_flockfile, funlockfile, _IO_funlockfile,
ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.
* sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ...
for more pleasing parse error.
* elf/Makefile: Add rules to compile and run constload1 test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,10 +1,27 @@ +2000-03-17 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/mach/sched_yield.c: New file. + +2000-03-13 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/generic/lockfile.c: Include <stdio.h> + (_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in + case <libio.h> defined them. + (__flockfile, __funlockfile, __ftrylockfile): Functions renamed + from __internal_*. + (flockfile, _IO_flockfile, funlockfile, _IO_funlockfile, + ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly. + + * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ... + for more pleasing parse error. + 2000-03-16 Ulrich Drepper <drepper@redhat.com> * locale/lc-time.c (_nl_init_era_entries): Correct allocation of memory for eras. Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>. - * elf/Makefile: Add rules to compile and rune constload1 test. + * elf/Makefile: Add rules to compile and run constload1 test. * elf/constload1.c: New file. * elf/constload2.c: New file. * elf/constload3.c: New file. |