summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-12-26 14:38:27 +0000
committertjr <tjr@FreeBSD.org>2002-12-26 14:38:27 +0000
commit7295c6ae0464fd3bc0ccfd4ff3cf438f3f7735bd (patch)
treefb961f4a41a505f50b6560b6401656f2ce558d70 /include
parenteeed1ed55b1ce8ed4e5a28c181e75d715ae1d901 (diff)
downloadFreeBSD-src-7295c6ae0464fd3bc0ccfd4ff3cf438f3f7735bd.zip
FreeBSD-src-7295c6ae0464fd3bc0ccfd4ff3cf438f3f7735bd.tar.gz
Add "restrict" qualifiers to the prototype for wordexp().
Diffstat (limited to 'include')
-rw-r--r--include/wordexp.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud