repo.or.cz
/
glibc-ports.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Define MADV_REMOVE.
[glibc-ports.git]
/
sysdeps
/
unix
/
bsd
/
hp
/
m68k
/
start.c
blob
e04ca0632df905edea30f1926cc7f8ff3d7f3422
1
/* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0.
2
Go figure. */
3
asm
(
".globl __start"
);
4
asm
(
"__start: .long 0"
);
5
6
#define _start __start0
7
8
#define DUMMIES dummy0
9
10
#include <sysdeps/unix/start.c>