diff options
Diffstat (limited to 'lib/libc/stdio/fpurge.c')
| -rw-r--r-- | lib/libc/stdio/fpurge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fpurge.c b/lib/libc/stdio/fpurge.c index 4959098a46fb..5f96c6a9a5c2 100644 --- a/lib/libc/stdio/fpurge.c +++ b/lib/libc/stdio/fpurge.c @@ -56,7 +56,7 @@ static const char rcsid[] = */ int fpurge(fp) - register FILE *fp; + FILE *fp; { int retval; FLOCKFILE(fp); |
