summaryrefslogtreecommitdiff
path: root/src/internal/shgetc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/shgetc.h')
-rw-r--r--src/internal/shgetc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/shgetc.h b/src/internal/shgetc.h
index 7beb8ce6..210f6468 100644
--- a/src/internal/shgetc.h
+++ b/src/internal/shgetc.h
@@ -1,7 +1,7 @@
#include "stdio_impl.h"
-void __shlim(FILE *, off_t);
-int __shgetc(FILE *);
+hidden void __shlim(FILE *, off_t);
+hidden int __shgetc(FILE *);
#define shcnt(f) ((f)->shcnt + ((f)->rpos - (f)->rend))
#define shlim(f, lim) __shlim((f), (lim))