diff options
Diffstat (limited to 'src/lib/libc/string/memset.c')
-rw-r--r-- | src/lib/libc/string/memset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/memset.c b/src/lib/libc/string/memset.c index 242529ee0f..0c261f0965 100644 --- a/src/lib/libc/string/memset.c +++ b/src/lib/libc/string/memset.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: memset.c,v 1.7 2015/08/31 02:53:57 guenther Exp $ */ | 1 | /* $OpenBSD: memset.c,v 1.8 2017/11/29 05:13:57 guenther Exp $ */ |
2 | /*- | 2 | /*- |
3 | * Copyright (c) 1990 The Regents of the University of California. | 3 | * Copyright (c) 1990 The Regents of the University of California. |
4 | * All rights reserved. | 4 | * All rights reserved. |
@@ -45,4 +45,4 @@ memset(void *dst, int c, size_t n) | |||
45 | } | 45 | } |
46 | return (dst); | 46 | return (dst); |
47 | } | 47 | } |
48 | DEF_STRONG(memset); | 48 | DEF_BUILTIN(memset); |