X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fglob.h;h=9fbbaa65ea2042447992ac1e1c567e2ba479e147;hp=376baa712429a639cff6f6a21ebcd2a0e7ab398e;hb=43653c1250ad5eb5385d7e08292ad047420f8d25;hpb=3b94daba711090f1936f59fae6f7cbcba963b29e diff --git a/include/glob.h b/include/glob.h index 376baa71..9fbbaa65 100644 --- a/include/glob.h +++ b/include/glob.h @@ -5,6 +5,8 @@ extern "C" { #endif +#include + #define __NEED_size_t #include @@ -17,7 +19,7 @@ typedef struct { void *__dummy2[5]; } glob_t; -int glob(const char *, int, int (*)(const char *, int), glob_t *); +int glob(const char *__restrict, int, int (*)(const char *, int), glob_t *__restrict); void globfree(glob_t *); #define GLOB_ERR 0x01