Cygwin: stop exporting _alloca
This is a remnant from 32 bit times, mindlessly copied into the 64 bit export table. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
3ba050dfcd
commit
1556b96b1b
|
@ -133,7 +133,6 @@ __xdrrec_getrec SIGFE
|
|||
__xdrrec_setnonblock SIGFE
|
||||
__xpg_sigpause SIGFE
|
||||
__xpg_strerror_r SIGFE
|
||||
_alloca = __alloca NOSIGFE
|
||||
_dll_crt0 NOSIGFE
|
||||
_Exit SIGFE
|
||||
_exit SIGFE
|
||||
|
|
|
@ -477,12 +477,13 @@ details. */
|
|||
sem_clockwait, sig2str, str2sig.
|
||||
342: Remove cleanup_glue.
|
||||
343: Change FD_SETSIZE and NOFILE.
|
||||
344: Remove _alloca.
|
||||
|
||||
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
|
||||
sigaltstack, sethostname. */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 343
|
||||
#define CYGWIN_VERSION_API_MINOR 344
|
||||
|
||||
/* There is also a compatibity version number associated with the shared memory
|
||||
regions. It is incremented when incompatible changes are made to the shared
|
||||
|
|
Loading…
Reference in New Issue