From 7295c6ae0464fd3bc0ccfd4ff3cf438f3f7735bd Mon Sep 17 00:00:00 2001 From: tjr Date: Thu, 26 Dec 2002 14:38:27 +0000 Subject: Add "restrict" qualifiers to the prototype for wordexp(). --- include/wordexp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wordexp.h') diff --git a/include/wordexp.h b/include/wordexp.h index ae219b6..02adc85 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -68,7 +68,7 @@ typedef struct { #define WRDE_SYNTAX 6 /* shell syntax error */ __BEGIN_DECLS -int wordexp(const char *, wordexp_t *, int); +int wordexp(const char * __restrict, wordexp_t * __restrict, int); void wordfree(wordexp_t *); __END_DECLS -- cgit v1.1