diff options
author | Christopher Faylor <me@cgf.cx> | 2001-03-05 05:13:06 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-03-05 05:13:06 +0000 |
commit | 658b5db941bcace10daa2d17e8c1158030a4fc8c (patch) | |
tree | c55e02b670e5a49e14bb39e1f2721e91df7feb94 /newlib/ChangeLog | |
parent | 306c4b6737136c7bb45228c284502eb643ec95ac (diff) | |
download | cygnal-658b5db941bcace10daa2d17e8c1158030a4fc8c.tar.gz cygnal-658b5db941bcace10daa2d17e8c1158030a4fc8c.tar.bz2 cygnal-658b5db941bcace10daa2d17e8c1158030a4fc8c.zip |
* libc/include/sys/stat.h: Use special defines for executable stat bits when
compiling for Cygwin.
* libc/include/sys/unistd.h: Use special define for X_OK when compiling for
Cygwin.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index ac112f334..e5934f90f 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +Sat Mar 3 00:34:14 2001 Christopher Faylor <cgf@cygnus.com> + + * libc/include/sys/stat.h: Use special defines for executable stat bits + when compiling for Cygwin. + * libc/include/sys/unistd.h: Use special define for X_OK when compiling + for Cygwin. + 2001-03-02 Jeff Johnston <jjohnstn@redhat.com> * libc/string/strtok.c: Add #undef of __STRICT_ANSI__ so prototype |