* libc/include/stdlib.h: Include sys/cdefs.h to avoid undefined

__ASMNAME.
This commit is contained in:
Corinna Vinschen 2014-12-15 12:58:19 +00:00
parent b536197a75
commit 601c50292b
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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>