add -D_REENTRANT to CFLAGS so libowfat can be used in multi-threaded

programs
This commit is contained in:
leitner
2005-09-02 21:11:58 +00:00
parent 75d75100d8
commit 9512cee614
8 changed files with 15 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
#define ARRAY_H
#include "uint64.h"
#include <errno.h>
typedef struct {
char* p;