Skip to content

Commit

Permalink
iconv sync 11/11: Use macro like FreeBSD (1 file) to eliminate diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmarino committed Jul 4, 2015
1 parent f756c9b commit 4b45ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libc/citrus/citrus_none.c
Expand Up @@ -83,7 +83,7 @@ _citrus_NONE_stdenc_init_state(struct _citrus_stdenc * __restrict ce __unused,

static int
_citrus_NONE_stdenc_mbtocs(struct _citrus_stdenc * __restrict ce __unused,
_citrus_csid_t *csid, _citrus_index_t *idx, char **s, size_t n,
_csid_t *csid, _index_t *idx, char **s, size_t n,
void *ps __unused, size_t *nresult, struct iconv_hooks *hooks)
{

Expand Down

0 comments on commit 4b45ac0

Please sign in to comment.