Push the FreeBSD changes under a specific #ifdef to easier tracking what needs
to be upstreamed.
This commit is contained in:
parent
314a40cd33
commit
eb5cdd012d
@ -87,7 +87,11 @@ static struct test {
|
||||
0x5B, 0x01, 0x7F, 0x5D, 0x5B, 0x80, 0x07FF, 0x5D, 0x5B, 0x0800,
|
||||
0xFFFF, 0x5D, 0x5B, 0x10000, 0x10FFFF, 0x5D, 0x0A
|
||||
},
|
||||
#ifdef __FreeBSD__
|
||||
{ 1, -1, -1, 1, 1, -1, 1, 1, 1, 1, -1, 1, 1, -1, -1,
|
||||
#else
|
||||
{ 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1,
|
||||
#endif
|
||||
1, 1, -1, -1, 1, 1, -1, -1, 1, -1
|
||||
},
|
||||
-1
|
||||
|
Loading…
Reference in New Issue
Block a user