* config/m88k/xm-dgux.h: Define NO_PTRACE_H.

This commit is contained in:
Jim Kingdon 1993-10-17 02:19:59 +00:00
parent 2a23937211
commit df0d53e3f4
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Sat Oct 16 20:47:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* config/m88k/xm-dgux.h: Define NO_PTRACE_H.
* corelow.c (add_to_thread_list): Need a cast to go from PTR to
asection *.

View File

@ -26,6 +26,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define USG 1
#endif
/* Really native, but as long as only native files check this macro we
are OK. */
#define NO_PTRACE_H
#include <sys/param.h>
#ifdef __GNUC__