ansification: remove _CONST

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz
2017-12-03 20:25:16 -06:00
parent 6783860a2e
commit 0bda30e1ff
322 changed files with 1145 additions and 1147 deletions

View File

@ -244,8 +244,8 @@ _DEFUN(_freopen_r, (ptr, file, mode, fp),
FILE *
_DEFUN(freopen, (file, mode, fp),
_CONST char *__restrict file,
_CONST char *__restrict mode,
const char *__restrict file,
const char *__restrict mode,
register FILE *__restrict fp)
{
return _freopen_r (_REENT, file, mode, fp);