diff options
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index e49511d..c2949a3 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -24,6 +24,11 @@ Boston, MA 02111-1307, USA. */ #include <stdio.h> #include <sys/types.h> +static int __fetch_long PROTO ((long *, char *, int)); +static int __store_long PROTO ((long, char *, size_t)); +static int __read_long PROTO ((long *, FILE *, size_t)); +static int __write_long PROTO ((long, FILE *, size_t)); + /* These routines only work for signed values. */ /* Store a portable representation of VALUE in DEST using BYTES*8-1 bits. |