* winsup.h: Remove alloca definition since it's now defined through
inclusion of stdlib.h. * lib/cygwin_crt0.c: Ditto.
This commit is contained in:
@ -14,7 +14,6 @@ details. */
|
||||
|
||||
#define __INSIDE_CYGWIN__
|
||||
|
||||
#define alloca __builtin_alloca
|
||||
#define strlen __builtin_strlen
|
||||
#define strcmp __builtin_strcmp
|
||||
#define strcpy __builtin_strcpy
|
||||
|
Reference in New Issue
Block a user