diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-20 08:29:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-20 08:29:26 -0400 |
commit | 22eed6dec2fa223213393fba470533d4d87dd8d1 (patch) | |
tree | 9376dbc3294411e494630560ff34244d2fc56ddc | |
parent | acc083b5205824f079f26c7ab37f01ecdac08fec (diff) | |
download | tor-22eed6dec2fa223213393fba470533d4d87dd8d1.tar.gz tor-22eed6dec2fa223213393fba470533d4d87dd8d1.zip |
Whoops. We use -Wmussing-prototypes.
-rw-r--r-- | src/ext/mulodi/mulodi4.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ext/mulodi/mulodi4.c b/src/ext/mulodi/mulodi4.c index 7e3dfdae34..bfa5e01295 100644 --- a/src/ext/mulodi/mulodi4.c +++ b/src/ext/mulodi/mulodi4.c @@ -18,6 +18,8 @@ #define COMPILER_RT_ABI #define di_int int64_t #include "torint.h" + +di_int __mulodi4(di_int a, di_int b, int* overflow); #endif /* Returns: a * b */ |