diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-10-12 16:13:41 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-10-12 16:13:41 +0000 |
| commit | 54e4e385de33a961e801ceeea8146437e25edd88 (patch) | |
| tree | 8937b8185655025519cc44865535915faec9b620 /lib/libc/stdio/freopen.c | |
| parent | 7eeaf6dce8e5124bdaad05334e228d0d555ebbb4 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/freopen.c')
| -rw-r--r-- | lib/libc/stdio/freopen.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/freopen.c b/lib/libc/stdio/freopen.c index c8856739bead..b445b153d0b4 100644 --- a/lib/libc/stdio/freopen.c +++ b/lib/libc/stdio/freopen.c @@ -59,7 +59,8 @@ __FBSDID("$FreeBSD$"); */ FILE * freopen(file, mode, fp) - const char *file, *mode; + const char * __restrict file; + const char * __restrict mode; FILE *fp; { int f; |
