OSDN Git Service

Last portion of libc_hidden_proto removal.
[uclinux-h8/uClibc.git] / include / wordexp.h
index 1c40e61..f542e92 100644 (file)
@@ -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