daily update
[deliverable/binutils-gdb.git] / bfd / trad-core.c
index 43c06dfdf0e902dd193c7aa5a893196f791540e1..e34851431855039f9921300e3a7dd74632b1d885 100644 (file)
 #include TRAD_HEADER
 #endif
 
+#ifndef NBPG
+# define NBPG getpagesize()
+#endif
+
 struct trad_core_struct
 {
   asection *data_section;
This page took 0.023008 seconds and 4 git commands to generate.