aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index bf356d727..3752df982 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -203,8 +203,9 @@ int klogctl(int type, char *b, int len);
203# define fgets(s,n,stream) fgets_unlocked(s,n,stream) 203# define fgets(s,n,stream) fgets_unlocked(s,n,stream)
204# undef fputs 204# undef fputs
205# define fputs(s,stream) fputs_unlocked(s,stream) 205# define fputs(s,stream) fputs_unlocked(s,stream)
206# undef fflush 206/* musl <= 1.1.15 does not support fflush_unlocked(NULL) */
207# define fflush(stream) fflush_unlocked(stream) 207//# undef fflush
208//# define fflush(stream) fflush_unlocked(stream)
208# undef feof 209# undef feof
209# define feof(stream) feof_unlocked(stream) 210# define feof(stream) feof_unlocked(stream)
210# undef ferror 211# undef ferror