diff options
Diffstat (limited to 'include/glob.h')
-rw-r--r-- | include/glob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glob.h b/include/glob.h index 31b727ee4f..f72f65856b 100644 --- a/include/glob.h +++ b/include/glob.h @@ -2,6 +2,6 @@ #include <posix/glob.h> /* Now define the internal interfaces. */ -extern int __glob_pattern_p __P ((__const char *__pattern, int __quote)); +extern int __glob_pattern_p (__const char *__pattern, int __quote) __THROW; #endif |