diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-09-11 20:53:23 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-09-11 20:53:23 +0800 |
commit | c6013725a8e9848f522250a07915f64459c28557 (patch) | |
tree | 8283738dca4c3a9cf14f9ff5810399f9a15c2751 /Godeps/_workspace | |
parent | 4e075e401354b4ee068cf78b1f283763fe927245 (diff) | |
download | go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar.gz go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar.bz2 go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar.lz go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar.xz go-tangerine-c6013725a8e9848f522250a07915f64459c28557.tar.zst go-tangerine-c6013725a8e9848f522250a07915f64459c28557.zip |
godeps: pull in ethash android fix
Diffstat (limited to 'Godeps/_workspace')
-rw-r--r--[-rwxr-xr-x] | Godeps/_workspace/src/github.com/ethereum/ethash/setup.py | 0 | ||||
-rw-r--r-- | Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/endian.h | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | Godeps/_workspace/src/github.com/ethereum/ethash/test/c/test.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | Godeps/_workspace/src/github.com/ethereum/ethash/test/python/test.sh | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | Godeps/_workspace/src/github.com/ethereum/ethash/test/test.sh | 0 |
5 files changed, 2 insertions, 2 deletions
diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/setup.py b/Godeps/_workspace/src/github.com/ethereum/ethash/setup.py index 18aa20f6d..18aa20f6d 100755..100644 --- a/Godeps/_workspace/src/github.com/ethereum/ethash/setup.py +++ b/Godeps/_workspace/src/github.com/ethereum/ethash/setup.py diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/endian.h b/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/endian.h index e32b1c539..849325a59 100644 --- a/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/endian.h +++ b/Godeps/_workspace/src/github.com/ethereum/ethash/src/libethash/endian.h @@ -41,8 +41,8 @@ #define ethash_swap_u64(input_) swap64(input_) #else // posix #include <byteswap.h> -#define ethash_swap_u32(input_) __bswap_32(input_) -#define ethash_swap_u64(input_) __bswap_64(input_) +#define ethash_swap_u32(input_) bswap_32(input_) +#define ethash_swap_u64(input_) bswap_64(input_) #endif diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/test/c/test.sh b/Godeps/_workspace/src/github.com/ethereum/ethash/test/c/test.sh index 92b6b8b66..92b6b8b66 100755..100644 --- a/Godeps/_workspace/src/github.com/ethereum/ethash/test/c/test.sh +++ b/Godeps/_workspace/src/github.com/ethereum/ethash/test/c/test.sh diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/test/python/test.sh b/Godeps/_workspace/src/github.com/ethereum/ethash/test/python/test.sh index 05c66b550..05c66b550 100755..100644 --- a/Godeps/_workspace/src/github.com/ethereum/ethash/test/python/test.sh +++ b/Godeps/_workspace/src/github.com/ethereum/ethash/test/python/test.sh diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/test/test.sh b/Godeps/_workspace/src/github.com/ethereum/ethash/test/test.sh index aaeaa878c..aaeaa878c 100755..100644 --- a/Godeps/_workspace/src/github.com/ethereum/ethash/test/test.sh +++ b/Godeps/_workspace/src/github.com/ethereum/ethash/test/test.sh |