Commit cfe3037
Fix .wolfssl_known_macro_extras ordering and add __unix__
Sort was failing because IN_CLOEXEC and O_CLOEXEC were placed before
sibling names where '_' sorts after uppercase letters in LC_ALL=C
order. Move them into the correct positions and register __unix__,
which is now referenced by the new cloexec wrapper guards.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 356bb59 commit cfe3037
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
321 | 320 | | |
322 | 321 | | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
475 | 474 | | |
476 | 475 | | |
477 | 476 | | |
| |||
480 | 479 | | |
481 | 480 | | |
482 | 481 | | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
| |||
1122 | 1122 | | |
1123 | 1123 | | |
1124 | 1124 | | |
| 1125 | + | |
1125 | 1126 | | |
1126 | 1127 | | |
1127 | 1128 | | |
| |||
0 commit comments