Merge "Add include guard to fileext.h"
This commit is contained in:
commit
7b1a95bc76
@ -29,6 +29,9 @@
|
|||||||
* $Citrus$
|
* $Citrus$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef _FILEEXT_H_
|
||||||
|
#define _FILEEXT_H_
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -59,3 +62,5 @@ do { \
|
|||||||
(f)->_ext._base = (unsigned char *)(fext); \
|
(f)->_ext._base = (unsigned char *)(fext); \
|
||||||
_FILEEXT_INIT(f); \
|
_FILEEXT_INIT(f); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
#endif /* _FILEEXT_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user