Commit 94bd34fe authored by Russ Cox's avatar Russ Cox

misc/cgo/test: fix build (define prototype for alloca)

TBR=golang-dev
CC=golang-dev
https://golang.org/cl/14454063
parent 56aeec31
......@@ -16,6 +16,7 @@ package cgotest
// One of the great things about this bug is that even with these prototypes
// clang still generates the wrong debug information.
void *alloca(size_t);
void bzero(void*, size_t);
int bcmp(const void*, const void*, size_t);
int strncasecmp(const char*, const char*, size_t n);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment