X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Falloca.h;h=b8d183d144efad9bbe6aa94516bfe6ee6c5aa098;hb=3733c831f293b3bbfd0e51faec8ee71112c62c3e;hp=d2e6f1c681eebba9b016df23d2e2fb7a54f5942a;hpb=cc00f05632e5d7cbfb8ce49f4b0dfd59c3cf611d;p=musl diff --git a/include/alloca.h b/include/alloca.h index d2e6f1c6..b8d183d1 100644 --- a/include/alloca.h +++ b/include/alloca.h @@ -10,9 +10,7 @@ extern "C" { void *alloca(size_t); -#ifdef __GNUC__ #define alloca __builtin_alloca -#endif #ifdef __cplusplus }