diff options
author | Christopher Faylor <me@cgf.cx> | 2008-07-29 14:07:21 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-07-29 14:07:21 +0000 |
commit | f5b18cbef7257ae78dd3313a63a0260d7c33e50a (patch) | |
tree | 4a60bc6ef1c43955c82e4f93a829f96b643066ae /winsup/cygwin/include | |
parent | f9afd0ced7a68a90e4baba4385104e625264f990 (diff) | |
download | cygnal-f5b18cbef7257ae78dd3313a63a0260d7c33e50a.tar.gz cygnal-f5b18cbef7257ae78dd3313a63a0260d7c33e50a.tar.bz2 cygnal-f5b18cbef7257ae78dd3313a63a0260d7c33e50a.zip |
* include/cygwin/version.h: Add comment indicating that current API number bump
also has another consequence.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 0b824318b..23836a537 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -332,7 +332,8 @@ details. */ linkat, mkdirat, mkfifoat, mknodat, readlinkat, renameat, symlinkat, unlinkat. 185: Export futimens, utimensat. - 186: Remove ancient V8 regexp functions. + 186: Remove ancient V8 regexp functions. Also eliminate old crt0 interface + which provided its own user_data structure. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ |