Skip to content

Commit

Permalink
Remove unsupported aio.h header (#18058)
Browse files Browse the repository at this point in the history
This the removal of headers that we don't support was started in #17704.

See #18050
  • Loading branch information
sbc100 authored Oct 18, 2022
1 parent 830fcb8 commit 6416c35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 73 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ See docs/process.md for more on how version tagging works.
- Exporting `print`/`printErr` via `-sEXPORTED_RUNTIME_METHODS` is deprecated in
favor of `out`/`err`. The former symbols are supposed to be used with
`-sINCOMING_MODULE_JS_API` instead. (#17955)
- aio.h was removed from the sysroot. Emscripten doesn't support any of the
functions in this header.

3.1.24 - 10/11/22
-----------------
Expand Down
73 changes: 0 additions & 73 deletions system/lib/libc/musl/include/aio.h

This file was deleted.

1 change: 1 addition & 0 deletions system/lib/update_musl.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
's390x', 'mips', 'mips64', 'mipsn32', 'powerpc', 'powerpc64',
'm68k', 'microblaze', 'or1k')
exclude_files = (
'aio.h',
'sendfile.h',
'auxv.h',
'personality.h',
Expand Down

0 comments on commit 6416c35

Please sign in to comment.