From bc3f9e29d0baa7d8ad07567a7780473c0fd3edcc Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 23 Mar 2005 17:16:16 +0000 Subject: [PATCH] * include/cygwin/version.h: Change coment for most recent API version bump to reflect new additions to the DLL and to remove change obsoleted by the previous checkin. --- winsup/cygwin/ChangeLog | 6 ++++++ winsup/cygwin/include/cygwin/version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 2830a490d..ad38fde8a 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2005-03-23 Christopher Faylor + + * include/cygwin/version.h: Change coment for most recent API version + bump to reflect new additions to the DLL and to remove change obsoleted + by the previous checkin. + 2005-03-23 Christopher Faylor * include/ctype.h: New file. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 73561a57a..f421e9cf6 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -251,7 +251,7 @@ details. */ 122: Export statvfs, fstatvfs. 123: Export utmpxname. 124: Add MAP_AUTOGROW flag to mmap. - 125: Export __ctype_ptr. + 125: LD_PRELOAD/CW_HOOK available. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */