From 71a00a449fdf93f68bc8357bb412ff94b653e30d Mon Sep 17 00:00:00 2001 From: Robert Drehmel Date: Thu, 15 Aug 2002 09:47:10 +0000 Subject: - Introduce the 'restrict' qualifier to function prototypes and definitions to comply with IEEE Std 1003.1-2001. - Update the manual pages. --- lib/libc/stdio/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio/printf.c') diff --git a/lib/libc/stdio/printf.c b/lib/libc/stdio/printf.c index bd7d16c0bea5b..1aa276783a13f 100644 --- a/lib/libc/stdio/printf.c +++ b/lib/libc/stdio/printf.c @@ -44,7 +44,7 @@ __FBSDID("$FreeBSD$"); #include int -printf(char const *fmt, ...) +printf(char const *__restrict fmt, ...) { int ret; va_list ap; -- cgit v1.3