diff options
Diffstat (limited to 'posix/wordexp.h')
-rw-r--r-- | posix/wordexp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/posix/wordexp.h b/posix/wordexp.h index 1c40e61684..6f8b272f2a 100644 --- a/posix/wordexp.h +++ b/posix/wordexp.h @@ -1,4 +1,5 @@ -/* Copyright (C) 1991, 92, 1996-1999, 2001, 2003 Free Software Foundation, Inc. +/* Copyright (C) 1991,1992,1996-1999,2001,2003,2012 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -60,7 +61,7 @@ enum }; /* Do word expansion of WORDS into PWORDEXP. */ -extern int wordexp (__const char *__restrict __words, +extern int wordexp (const char *__restrict __words, wordexp_t *__restrict __pwordexp, int __flags); /* Free the storage allocated by a `wordexp' call. */ |