Chromium Code Reviews| Index: fusl/src/regex/glob.c |
| diff --git a/fusl/src/regex/glob.c b/fusl/src/regex/glob.c |
| index 56410212a7c4c7730d76be038c8b738a19fea2f1..056de8b1bd120e16b1e932ab5069baa30f31f05f 100644 |
| --- a/fusl/src/regex/glob.c |
| +++ b/fusl/src/regex/glob.c |
| @@ -245,6 +245,3 @@ void globfree(glob_t* g) { |
| g->gl_pathc = 0; |
| g->gl_pathv = NULL; |
| } |
| - |
| -LFS64(glob); |
| -LFS64(globfree); |