diff options
Diffstat (limited to 'src/lib/libc/string/strerror.c')
-rw-r--r-- | src/lib/libc/string/strerror.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/string/strerror.c b/src/lib/libc/string/strerror.c index 13996f08e9..c6f05446fd 100644 --- a/src/lib/libc/string/strerror.c +++ b/src/lib/libc/string/strerror.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: strerror.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */ | 1 | /* $OpenBSD: strerror.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 1988 Regents of the University of California. | 3 | * Copyright (c) 1988 Regents of the University of California. |
4 | * All rights reserved. | 4 | * All rights reserved. |
@@ -39,3 +39,4 @@ strerror(int num) | |||
39 | (void)strerror_r(num, buf, sizeof(buf)); | 39 | (void)strerror_r(num, buf, sizeof(buf)); |
40 | return (buf); | 40 | return (buf); |
41 | } | 41 | } |
42 | DEF_STRONG(strerror); | ||