diff options
Diffstat (limited to 'string/memset.c')
-rw-r--r-- | string/memset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/string/memset.c b/string/memset.c index 868be53bf9..74b5409218 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; |