diff options
author | Christopher Faylor <me@cgf.cx> | 2001-04-16 04:08:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-04-16 04:08:05 +0000 |
commit | 3b3b19d258c15c728f49396b2cfaf92e2861bc8c (patch) | |
tree | 8845bc8e4f7306da5c20081767c890509f51afcc | |
parent | b0a50cf34c1646ca943983d7a34c57360ce062c1 (diff) | |
download | newlib-3b3b19d258c15c728f49396b2cfaf92e2861bc8c.zip newlib-3b3b19d258c15c728f49396b2cfaf92e2861bc8c.tar.gz newlib-3b3b19d258c15c728f49396b2cfaf92e2861bc8c.tar.bz2 |
* features.h: Remove this file as it is now being supplied by newlib.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/include/features.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 76dbfd1..0dc87eb 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 16 00:08:02 2001 Christopher Faylor <cgf@cygnus.com> + + * features.h: Remove this file as it is now being supplied by newlib. + Sun Apr 15 23:23:29 2001 Christopher Faylor <cgf@cygnus.com> * autoload.cc: Add winmm functions needed by fhandler_dsp.cc. diff --git a/winsup/cygwin/include/features.h b/winsup/cygwin/include/features.h deleted file mode 100644 index 206902f..0000000 --- a/winsup/cygwin/include/features.h +++ /dev/null @@ -1 +0,0 @@ -/* features.h */ |