summaryrefslogtreecommitdiff
path: root/string/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/memset.c')
-rw-r--r--string/memset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/memset.c b/string/memset.c
index 036cb5f624..eb83c1b5a8 100644
--- a/string/memset.c
+++ b/string/memset.c
@@ -21,6 +21,7 @@
#undef memset
void *
+inhibit_loop_to_libcall
memset (dstpp, c, len)
void *dstpp;
int c;