mirror of
https://github.com/lammertb/libhttp.git
synced 2025-09-03 01:21:16 +03:00
removed unused struct timespec
This commit is contained in:
@@ -141,11 +141,6 @@ typedef struct {HANDLE signal, broadcast;} pthread_cond_t;
|
|||||||
typedef DWORD pthread_t;
|
typedef DWORD pthread_t;
|
||||||
#define pid_t HANDLE // MINGW typedefs pid_t to int. Using #define here.
|
#define pid_t HANDLE // MINGW typedefs pid_t to int. Using #define here.
|
||||||
|
|
||||||
struct timespec {
|
|
||||||
long tv_nsec;
|
|
||||||
long tv_sec;
|
|
||||||
};
|
|
||||||
|
|
||||||
static int pthread_mutex_lock(pthread_mutex_t *);
|
static int pthread_mutex_lock(pthread_mutex_t *);
|
||||||
static int pthread_mutex_unlock(pthread_mutex_t *);
|
static int pthread_mutex_unlock(pthread_mutex_t *);
|
||||||
static FILE *mg_fopen(const char *path, const char *mode);
|
static FILE *mg_fopen(const char *path, const char *mode);
|
||||||
|
Reference in New Issue
Block a user