summaryrefslogtreecommitdiff
path: root/sys/src/cmd/6l/l.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-08-16 13:41:14 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-08-16 13:41:14 +0200
commitcf74c80e7b38a6ae521da16d4bdf84783ef320e7 (patch)
tree5d9d8893786d8ab5067181e2938e9498bb4d73e9 /sys/src/cmd/6l/l.h
parent0b48d5fdbfd91033765acbbc66e820a363a5d660 (diff)
6l: fix vlong byte order when running on big endian machine (thanks erik quanstro)
Diffstat (limited to 'sys/src/cmd/6l/l.h')
-rw-r--r--sys/src/cmd/6l/l.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/6l/l.h b/sys/src/cmd/6l/l.h
index ef2f436dd..39037c5a2 100644
--- a/sys/src/cmd/6l/l.h
+++ b/sys/src/cmd/6l/l.h
@@ -354,6 +354,7 @@ vlong entryvalue(void);
void errorexit(void);
void export(void);
int find1(long, int);
+int find1v(vlong, int);
int find2(long, int);
void follow(void);
void gethunk(void);