diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2000-08-28 20:06:54 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2000-08-28 20:06:54 +0000 |
commit | 6beeb24016323fbe67a8c2ca32e07b279df4dfd3 (patch) | |
tree | 9399e1e58e02c5e4e53fadefd9a78b1dfc22d2a4 /newlib/ChangeLog | |
parent | ef44da427fe0883e1b4fd60cacbcc94b574f5911 (diff) | |
download | cygnal-6beeb24016323fbe67a8c2ca32e07b279df4dfd3.tar.gz cygnal-6beeb24016323fbe67a8c2ca32e07b279df4dfd3.tar.bz2 cygnal-6beeb24016323fbe67a8c2ca32e07b279df4dfd3.zip |
2000-08-27 Werner Almesberger <Werner.Almesberger@epfl.ch>
* libc/posix/scandir.c (DIRSIZ, scandir): use struct dirent.d_namlen
only if _DIRENT_HAVE_D_NAMLEN is defined.
(alphasort): aligned prototype with
libc/sys/cygwin/sys/dirent.h and simplified function body.
* libc/posix/telldir.c (telldir): changed "telldir" prototype to
long telldir (DIR *) as mentioned in annex B of POSIX.1
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 68283e31c..9661de9c5 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,14 @@ 2000-08-27 Werner Almesberger <Werner.Almesberger@epfl.ch> + * libc/posix/scandir.c (DIRSIZ, scandir): use struct dirent.d_namlen + only if _DIRENT_HAVE_D_NAMLEN is defined. + (alphasort): aligned prototype with + libc/sys/cygwin/sys/dirent.h and simplified function body. + * libc/posix/telldir.c (telldir): changed "telldir" prototype to + long telldir (DIR *) as mentioned in annex B of POSIX.1 + +2000-08-27 Werner Almesberger <Werner.Almesberger@epfl.ch> + * libc/machine/i386/i386mach.h: added SOTYPE_FUNCTION to set type of global entry points if _I386MACH_NEED_SOTYPE_FUNCTION is defined; Added __CLI and __STI macros (controlled via |