Commit ef3219a0 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Last check-in broke the stubs...

parent 04e387ec
......@@ -462,7 +462,7 @@ void *memset(void *s, _chararg c, size_t n)
#endif
char *strerror(int n)
{ static char v[256];
{ static char v[80];
return _strerror(n, v);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment