summaryrefslogtreecommitdiff
path: root/include/wordexp.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-20 22:11:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-20 22:11:44 +0000
commitcb97aadebfeba7f5e8f1b85beee5ab10e88c2990 (patch)
treef5f56f2ef0f3048325419857d0b538135524ff8c /include/wordexp.h
parentb133fe1cac9f99b63ea56daf92caa1423b1289d0 (diff)
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
Diffstat (limited to 'include/wordexp.h')
-rw-r--r--include/wordexp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wordexp.h b/include/wordexp.h
index 1c40e6168..f542e92d7 100644
--- a/include/wordexp.h
+++ b/include/wordexp.h
@@ -65,6 +65,7 @@ extern int wordexp (__const char *__restrict __words,
/* Free the storage allocated by a `wordexp' call. */
extern void wordfree (wordexp_t *__wordexp) __THROW;
+libc_hidden_proto(wordfree)
__END_DECLS