* libc/include/stdlib.h: Include sys/cdefs.h to avoid undefined
__ASMNAME.
This commit is contained in:
parent
b536197a75
commit
601c50292b
|
@ -1,3 +1,8 @@
|
|||
2014-12-15 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/include/stdlib.h: Include sys/cdefs.h to avoid undefined
|
||||
__ASMNAME.
|
||||
|
||||
2014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
|
||||
|
||||
* configure.host: or1knd support, OpenRISC without delay slot
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#include <stddef.h>
|
||||
|
||||
#include <sys/reent.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <machine/stdlib.h>
|
||||
#ifndef __STRICT_ANSI__
|
||||
#include <alloca.h>
|
||||
|
|
Loading…
Reference in New Issue