diff options
| author | joerg <joerg@NetBSD.org> | 2013-08-19 13:03:12 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2013-08-19 13:03:12 +0000 |
| commit | 7eedb4cf86cb0931b4cfe28e8d0c40b491540294 (patch) | |
| tree | 6192600cfc2b792fca333df6e96fad439226f049 /include | |
| parent | 5c78e34a232f5e4846fd1b34e67185351280355e (diff) | |
Add strerror_l.
Diffstat (limited to 'include')
| -rw-r--r-- | include/string.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h index 8999c26be4e..786a1463272 100644 --- a/include/string.h +++ b/include/string.h @@ -1,4 +1,4 @@ -/* $NetBSD: string.h,v 1.44 2013/06/24 04:21:20 riastradh Exp $ */ +/* $NetBSD: string.h,v 1.45 2013/08/19 13:03:12 joerg Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -122,6 +122,7 @@ typedef struct _locale *locale_t; __BEGIN_DECLS int strcoll_l(const char *, const char *, locale_t); size_t strxfrm_l(char * __restrict, const char * __restrict, size_t, locale_t); +__aconst char *strerror_l(int, locale_t); __END_DECLS #endif /* _POSIX_C_SOURCE || _NETBSD_SOURCE */ |
