Skip to content
Permalink
4d3a563f2e
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
7 lines (5 sloc) 168 Bytes
#ifndef _GLOB_H
#include <posix/glob.h>
/* Now define the internal interfaces. */
extern int __glob_pattern_p (__const char *__pattern, int __quote) __THROW;
#endif