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/scanf.c | |
| parent | 7eeaf6dce8e5124bdaad05334e228d0d555ebbb4 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/scanf.c')
| -rw-r--r-- | lib/libc/stdio/scanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/scanf.c b/lib/libc/stdio/scanf.c index 990c9b0a7995..929c20b6d319 100644 --- a/lib/libc/stdio/scanf.c +++ b/lib/libc/stdio/scanf.c @@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$"); #include "libc_private.h" int -scanf(char const *fmt, ...) +scanf(char const * __restrict fmt, ...) { int ret; va_list ap; |
