Skip to content

Commit 6416c35

Browse files
authored
Remove unsupported aio.h header (#18058)
This the removal of headers that we don't support was started in #17704. See #18050
1 parent 830fcb8 commit 6416c35

File tree

3 files changed

+3
-73
lines changed

3 files changed

+3
-73
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ See docs/process.md for more on how version tagging works.
2323
- Exporting `print`/`printErr` via `-sEXPORTED_RUNTIME_METHODS` is deprecated in
2424
favor of `out`/`err`. The former symbols are supposed to be used with
2525
`-sINCOMING_MODULE_JS_API` instead. (#17955)
26+
- aio.h was removed from the sysroot. Emscripten doesn't support any of the
27+
functions in this header.
2628

2729
3.1.24 - 10/11/22
2830
-----------------

system/lib/libc/musl/include/aio.h

Lines changed: 0 additions & 73 deletions
This file was deleted.

system/lib/update_musl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
's390x', 'mips', 'mips64', 'mipsn32', 'powerpc', 'powerpc64',
3636
'm68k', 'microblaze', 'or1k')
3737
exclude_files = (
38+
'aio.h',
3839
'sendfile.h',
3940
'auxv.h',
4041
'personality.h',

0 commit comments

Comments
 (0)