From a784e502472fb3a1afa4d01a47c66b52d23e00f6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 7 Jan 2012 23:57:22 -0500 Subject: Remove pre-ISO C support No more __const. --- posix/wordexp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'posix/wordexp.h') diff --git a/posix/wordexp.h b/posix/wordexp.h index 1c40e61..6f8b272 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. */ -- cgit v1.1