Chromium Code Reviews| Index: fusl/include/langinfo.h |
| diff --git a/fusl/include/langinfo.h b/fusl/include/langinfo.h |
| index 2153c42e99e13484be31c7c2db6a7a5f09571c83..f20a6c98cfd594f1103b301fa10f50cbe4203a9e 100644 |
| --- a/fusl/include/langinfo.h |
| +++ b/fusl/include/langinfo.h |
| @@ -82,8 +82,8 @@ extern "C" { |
| #define NOSTR 0x50003 |
| #endif |
| -char *nl_langinfo(nl_item); |
| -char *nl_langinfo_l(nl_item, locale_t); |
| +char* nl_langinfo(nl_item); |
| +char* nl_langinfo_l(nl_item, locale_t); |
| #ifdef __cplusplus |
| } |