File: amd64-gnu.h

package info (click to toggle)
gcl27 2.7.1-12
  • links: PTS
  • area: main
  • in suites: forky
  • size: 30,844 kB
  • sloc: lisp: 211,942; ansic: 52,944; sh: 9,347; makefile: 647; tcl: 53; awk: 52
file content (23 lines) | stat: -rwxr-xr-x 577 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#include "linux.h"

#define ADDITIONAL_FEATURES \
		     ADD_FEATURE("BSD386"); \
      	             ADD_FEATURE("MC68020")


#define	I386
#define SGC

#ifndef SA_NOCLDWAIT
#define SA_NOCLDWAIT 0 /*fixme handler does waitpid(-1, ..., WNOHANG)*/
#endif
#define PATH_MAX 4096 /*fixme dynamic*/
#define MAXPATHLEN 4096 /*fixme dynamic*/
/* #define MAX_BRK 0x70000000 */ /*GNU Hurd fragmentation bug*/

#define RELOC_H "elf64_i386_reloc.h"

#define NEED_STACK_CHK_GUARD

#undef HAVE_D_TYPE /*FIXME defined, but not implemented in readdir*/
/* #define NO_FILE_LOCKING */ /*FIXME*/