mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
1998-07-05 11:54 Ulrich Drepper <drepper@cygnus.com> * Versions: Add pthread_attr_init ti GLIBC_2.1 version in libc.
This commit is contained in:
@ -265,7 +265,7 @@ token()
|
||||
int c;
|
||||
struct toktab *t;
|
||||
|
||||
if (feof(cfile) || ferror(cfile))
|
||||
if (feof_unlocked(cfile) || ferror_unlocked(cfile))
|
||||
return (0);
|
||||
while ((c = getc_unlocked(cfile)) != EOF &&
|
||||
(c == '\n' || c == '\t' || c == ' ' || c == ','))
|
||||
|
Reference in New Issue
Block a user