diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-16 13:41:14 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-16 13:41:14 +0200 |
commit | cf74c80e7b38a6ae521da16d4bdf84783ef320e7 (patch) | |
tree | 5d9d8893786d8ab5067181e2938e9498bb4d73e9 /sys/src/cmd/6l/l.h | |
parent | 0b48d5fdbfd91033765acbbc66e820a363a5d660 (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.h | 1 |
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); |