mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
back out previous patch, replace with
* configure.ac (sim_hwflags): Use AC_DEFINE to define HAVE_UNION_SEMUN. * configure: Regenerate. * config.in: Regenerate. * hw_sem.c: #include "config.h". (HAVE_UNION_SEMUN): Renamed from HAS_UNION_SEMUN.
This commit is contained in:
@ -100,7 +100,7 @@ typedef struct _hw_sem_device {
|
||||
int count;
|
||||
} hw_sem_device;
|
||||
|
||||
#if !HAS_UNION_SEMUN
|
||||
#ifndef HAVE_UNION_SEMUN
|
||||
union semun {
|
||||
int val;
|
||||
struct semid_ds *buf;
|
||||
|
Reference in New Issue
Block a user