chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial push
[termux-packages]
/
packages
/
libelf
/
elf_getbase.c.patch
1
diff -u -r ../elfutils-0.159/libelf/elf_getbase.c ./libelf/elf_getbase.c
2
--- ../elfutils-0.159/libelf/elf_getbase.c 2014-02-05 01:21:44.000000000 +0100
3
+++ ./libelf/elf_getbase.c 2014-05-30 14:42:12.766230381 +0200
4
@@ -37,7 +37,7 @@
5
#include "libelfP.h"
6
7
8
-off_t
9
+loff_t
10
elf_getbase (elf)
11
Elf *elf;
12
{