Throughout, keep function definitions and declarations in sync with
newlib in terms of C99 "restrict" keyword.
This commit is contained in:
@ -103,7 +103,7 @@ __BEGIN_DECLS
|
||||
# define DLLEXPORT __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
int DLLEXPORT glob (const char *, int, int (*)(const char *, int), glob_t *);
|
||||
int DLLEXPORT glob (const char __restrict *, int, int (*)(const char *, int), glob_t *__restrict);
|
||||
void DLLEXPORT globfree (glob_t *);
|
||||
int DLLEXPORT glob_pattern_p (const char *, int);
|
||||
__END_DECLS
|
||||
|
Reference in New Issue
Block a user