diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-12-19 17:38:18 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-12-19 17:38:18 +0000 |
commit | c6bfc3d4bc3614e62f3ce80700eb2aea97b667ba (patch) | |
tree | 166ef5871976c38791c8bd39106eba4ea7448ab3 /winsup | |
parent | ac26b7272357d9e3fced9dc24351cbb69f13d6fb (diff) | |
download | cygnal-c6bfc3d4bc3614e62f3ce80700eb2aea97b667ba.tar.gz cygnal-c6bfc3d4bc3614e62f3ce80700eb2aea97b667ba.tar.bz2 cygnal-c6bfc3d4bc3614e62f3ce80700eb2aea97b667ba.zip |
* cygwin.din: Export wcpcpy, wcpncpy.
* include/cygwin/version.h: Bump API minor number.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/cygwin/cygwin.din | 2 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
3 files changed, 9 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 4ea56f4e1..fdd0298ec 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2007-12-19 Corinna Vinschen <corinna@vinschen.de> + + * cygwin.din: Export wcpcpy, wcpncpy. + * include/cygwin/version.h: Bump API minor number. + 2007-12-16 Christopher Faylor <me+cygwin@cgf.cx> * dtable.cc (POSIX_NAMED_PIPE): New define. diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index f5b384a4d..657fb6d9d 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -1663,6 +1663,8 @@ waitpid SIGFE _waitpid = waitpid SIGFE warn SIGFE warnx SIGFE +wcpcpy NOSIGFE +wcpncpy NOSIGFE wcrtomb NOSIGFE wcscat NOSIGFE wcschr NOSIGFE diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 10a93e28a..97e45f09e 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -318,12 +318,13 @@ details. */ 175: Export fdopendir. 176: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm. 177: Export sys_sigabbrev + 178: Export wcpcpy, wcpncpy. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 177 +#define CYGWIN_VERSION_API_MINOR 178 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |