* linux-low.c (W_STOPCODE): Provide definition if missing.

This commit is contained in:
Doug Evans 2010-01-20 18:29:39 +00:00
parent 60c3d7b00b
commit ec8ebe726b
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
#ifdef.
(linux_wait_for_event1, linux_init_signals): Ditto.
(W_STOPCODE): Provide definition if missing.
2010-01-13 Vladimir Prus <vladimir@codesourcery.com>

View File

@ -93,6 +93,10 @@
#define __WALL 0x40000000 /* Wait for any child. */
#endif
#ifndef W_STOPCODE
#define W_STOPCODE(sig) ((sig) << 8 | 0x7f)
#endif
#ifdef __UCLIBC__
#if !(defined(__UCLIBC_HAS_MMU__) || defined(__ARCH_HAS_MMU__))
#define HAS_NOMMU