mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Declare insque/remque as int funcs if not Linux.
This commit is contained in:
@@ -29,6 +29,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
struct qelem;
|
||||
#define insque(a,b) (insque)((struct qelem *)(a), (struct qelem *)(b))
|
||||
#define remque(a) (remque)((struct qelem *)(a))
|
||||
#else
|
||||
|
||||
extern int insque();
|
||||
extern int remque();
|
||||
#endif
|
||||
|
||||
int remote_dcache = 0;
|
||||
|
||||
Reference in New Issue
Block a user