diff options
Diffstat (limited to 'gcc/gcov-io.h')
-rw-r--r-- | gcc/gcov-io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index ef888f3..8cb68aa 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -332,6 +332,9 @@ struct gcov_summary #if !IN_LIBGCOV GCOV_LINKAGE int gcov_open (const char */*name*/, int /*direction*/); +#endif + +#if !IN_LIBGCOV || defined (IN_GCOV_TOOL) GCOV_LINKAGE int gcov_magic (gcov_unsigned_t, gcov_unsigned_t); #endif |