Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libc-test/build/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5960,6 +5960,7 @@ fn test_aix(t: &Target) {
match s.ident() {
// The field 'u' is actually a unnamed union in the AIX header.
"poll_ctl_ext" if field.ident() == "u" => true,
"pollfd_ext_t" if field.ident() == "u" => true,

// The field 'data' is actually a unnamed union in the AIX header.
"pollfd_ext" if field.ident() == "data" => true,
Expand Down
6 changes: 3 additions & 3 deletions libc-test/semver/aix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1789,10 +1789,10 @@ _W_SFWTED
_W_SLWTED
_W_STOPPED
_W_STRC
__c_anonymous_ld_info__file
__c_anonymous_pollfd_ext_t_u
__context64
__extctx_t
__ld_info_file
__pollfd_ext_u
__tm_context_t
__vmx_context_t
__vmxreg_t
Expand Down Expand Up @@ -2182,7 +2182,7 @@ poll
poll_ctl
poll_ctl_ext
pollfd
pollfd_ext
pollfd_ext_t
pollset_create
pollset_ctl
pollset_destroy
Expand Down