FreeBSD 10 clang port
This commit is contained in:
committed by
Jon Trulson
parent
8d0551bfda
commit
c3f74eec17
@@ -114,11 +114,13 @@ typedef enum {B_FALSE, B_TRUE} boolean_t;
|
||||
typedef enum {B_FALSE, B_TRUE} boolean_t;
|
||||
#define MAXNAMELEN 256
|
||||
|
||||
#if !defined(__FreeBSD__)
|
||||
#define iconv_t int
|
||||
#define iconv_open(a, b) ((iconv_t) -1)
|
||||
#define iconv(a, b, c, d, e) ((size_t) 0)
|
||||
#define iconv_close(a) (0)
|
||||
#endif /* linux */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user