(_file_strerror): Changed prototype
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -466,7 +466,7 @@ _file_open (stream_t stream) | ... | @@ -466,7 +466,7 @@ _file_open (stream_t stream) |
466 | } | 466 | } |
467 | 467 | ||
468 | int | 468 | int |
469 | _file_strerror (stream_t unused, const char **pstr) | 469 | _file_strerror (stream_t unused, char **pstr) |
470 | { | 470 | { |
471 | *pstr = strerror (errno); | 471 | *pstr = strerror (errno); |
472 | return 0; | 472 | return 0; | ... | ... |
-
Please register or sign in to post a comment