[__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define.
This commit is contained in:
parent
28d9bc0eb7
commit
47a8c525ff
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,7 @@ NOTE-END */
|
|||
#endif
|
||||
|
||||
#ifndef __NetBSD__
|
||||
#ifndef __linux__
|
||||
/* This really belongs in s/sun.h. */
|
||||
|
||||
/* Say that the text segment of a.out includes the header;
|
||||
|
@ -116,4 +117,5 @@ NOTE-END */
|
|||
|
||||
#define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr))
|
||||
|
||||
#endif /* __linux__ */
|
||||
#endif /* __NetBSD__ */
|
||||
|
|
Loading…
Add table
Reference in a new issue