* cygwin.din (asnprintf, dprint, _Exit, vasnprintf, vdprintf): Export.

* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Christopher Faylor 2007-05-15 01:23:30 +00:00
parent 34507ce026
commit 22ed94e503
3 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,8 @@
007-05-14 Eric Blake <ebb9@byu.net>
* cygwin.din (asnprintf, dprint, _Exit, vasnprintf, vdprintf): Export.
* include/cygwin/version.h: Bump API minor number.
2007-04-18 Brian Dessent <brian@dessent.net> 2007-04-18 Brian Dessent <brian@dessent.net>
* cygwin.sc: Remove duplicated .debug_macinfo section. * cygwin.sc: Remove duplicated .debug_macinfo section.

View File

@ -112,6 +112,7 @@ asinh NOSIGFE
_asinh = asinh NOSIGFE _asinh = asinh NOSIGFE
asinhf NOSIGFE asinhf NOSIGFE
_asinhf = asinhf NOSIGFE _asinhf = asinhf NOSIGFE
asnprintf SIGFE
asprintf SIGFE asprintf SIGFE
_asprintf = asprintf SIGFE _asprintf = asprintf SIGFE
asprintf_r = _asprintf_r SIGFE asprintf_r = _asprintf_r SIGFE
@ -275,6 +276,7 @@ dn_expand = __dn_expand SIGFE
__dn_expand SIGFE __dn_expand SIGFE
dn_skipname = __dn_skipname SIGFE dn_skipname = __dn_skipname SIGFE
__dn_skipname SIGFE __dn_skipname SIGFE
dprintf SIGFE
drand48 NOSIGFE drand48 NOSIGFE
_drand48 = drand48 NOSIGFE _drand48 = drand48 NOSIGFE
drem NOSIGFE drem NOSIGFE
@ -344,6 +346,7 @@ execvp SIGFE
_execvp = execvp SIGFE _execvp = execvp SIGFE
exit = cygwin_exit SIGFE exit = cygwin_exit SIGFE
_exit SIGFE _exit SIGFE
_Exit SIGFE
exp NOSIGFE exp NOSIGFE
_exp = exp NOSIGFE _exp = exp NOSIGFE
exp2 NOSIGFE exp2 NOSIGFE
@ -1599,10 +1602,12 @@ utmpname SIGFE
_utmpname = utmpname SIGFE _utmpname = utmpname SIGFE
utmpxname SIGFE utmpxname SIGFE
valloc SIGFE valloc SIGFE
vasnprintf SIGFE
vasprintf SIGFE vasprintf SIGFE
_vasprintf = vasprintf SIGFE _vasprintf = vasprintf SIGFE
vasprintf_r = _vasprintf_r SIGFE vasprintf_r = _vasprintf_r SIGFE
_vasprintf_r SIGFE _vasprintf_r SIGFE
vdprintf SIGFE
verr SIGFE verr SIGFE
verrx SIGFE verrx SIGFE
vfiprintf SIGFE vfiprintf SIGFE

View File

@ -307,12 +307,13 @@ details. */
mq_send, mq_setattr, mq_timedreceive, mq_timedsend, mq_unlink. mq_send, mq_setattr, mq_timedreceive, mq_timedsend, mq_unlink.
166: Export sem_unlink. 166: Export sem_unlink.
167: Add st_birthtim to struct stat. 167: Add st_birthtim to struct stat.
168: Export asnprintf, dprintf, _Exit, vasnprintf, vdprintf.
*/ */
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0 #define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 167 #define CYGWIN_VERSION_API_MINOR 168
/* There is also a compatibity version number associated with the /* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible shared memory regions. It is incremented when incompatible