mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
Include fnmatch from GNU make.
This commit is contained in:
committed by
Johannes Sixt
parent
649a5ce8d6
commit
b4792a360e
@@ -36,7 +36,7 @@
|
||||
#include <time.h>
|
||||
#include <signal.h>
|
||||
//#include <sys/wait.h>
|
||||
//#include <fnmatch.h>
|
||||
#include <fnmatch.h>
|
||||
//#include <sys/poll.h>
|
||||
//#include <sys/socket.h>
|
||||
#include <assert.h>
|
||||
@@ -335,8 +335,6 @@ struct pollfd {
|
||||
int poll(struct pollfd *ufds, unsigned int nfds, int timeout);
|
||||
#define POLLIN 1
|
||||
#define POLLHUP 2
|
||||
int fnmatch(const char *pattern, const char *string, int flags);
|
||||
#define FNM_PATHNAME 1
|
||||
|
||||
typedef int siginfo_t;
|
||||
struct sigaction {
|
||||
|
||||
Reference in New Issue
Block a user