shell: remove rtems ifdef, upstream is correct

This commit is contained in:
Gedare Bloom
2015-03-16 13:23:15 -04:00
parent ce4e691a01
commit a62220fefa

View File

@@ -142,15 +142,7 @@ retry:
pad = 3 - width;
if (pad < 0)
pad = 0;
#if defined(__rtems__)
{
wchar_t wc_tmp[2] = {0,0};
wc_tmp[0] = wc;
(void)printf("%*s%lc", pad, "", wc_tmp);
}
#else
(void)printf("%*s%lc", pad, "", wc);
#endif
pr->mbleft = clen - 1;
}
} else {