X-Git-Url: http://nsz.repo.hu/git/?p=musl-tables;a=blobdiff_plain;f=abi_type.sh.cc;h=0cec4ebe5f5712ad4533a5f259df6764d9570089;hp=06b476902d4f81c4819794e64fdff0cbaad4d8d8;hb=HEAD;hpb=b2578f20a51e097593581b5a001e60d3410e6e08 diff --git a/abi_type.sh.cc b/abi_type.sh.cc index 06b4769..7e0a253 100644 --- a/abi_type.sh.cc +++ b/abi_type.sh.cc @@ -115,8 +115,8 @@ //#include #include #include -//#include #include +#include #include #include #include @@ -127,6 +127,7 @@ #include #include #include +#include #include //#include #include @@ -277,6 +278,11 @@ T(,clock_t) T(,clockid_t) M(T(,cnd_t)) T(,comp_t) +T(,cookie_close_function_t) +T(,cookie_io_functions_t) +T(,cookie_read_function_t) +T(,cookie_seek_function_t) +T(,cookie_write_function_t) T(,cpu_set_t) T(,dev_t) T(,div_t) @@ -414,6 +420,8 @@ T(,speed_t) T(,ssize_t) T(,stack_t) T(struct,FTW) +T(struct,_IO_FILE) +T(struct,_IO_cookie_io_functions_t) //T(struct,__fsid_t) T(struct,__jmp_buf_tag) //T(struct,__locale_struct) @@ -421,6 +429,8 @@ T(struct,__jmp_buf_tag) T(struct,__ns_msg) T(struct,__ns_rr) //T(struct,__ptcb) +T(struct,__ptrace_peeksiginfo_args) +T(struct,__ptrace_seccomp_metadata) T(struct,__res_state) //T(struct,__sigset_t) //T(struct,__ucontext) @@ -453,8 +463,11 @@ T(struct,ether_arp) T(struct,ether_header) T(struct,ethhdr) T(struct,f_owner_ex) +T(struct,fanotify_event_info_fid) +T(struct,fanotify_event_info_header) T(struct,fanotify_event_metadata) T(struct,fanotify_response) +T(struct,file_handle) T(struct,flock) T(struct,group) T(struct,group_filter) @@ -549,9 +562,6 @@ T(struct,passwd) T(struct,pollfd) T(struct,prctl_mm_map) T(struct,protoent) -T(struct,pt_dspregs) -T(struct,pt_regs) -//T(struct,ptrace_peeksiginfo_args) T(struct,qelem) T(struct,r_debug) T(struct,re_pattern_buffer) @@ -598,8 +608,11 @@ T(struct,strioctl) T(struct,strpeek) T(struct,strrecvfd) T(struct,sysinfo) +T(struct,tcp_diag_md5sig) T(struct,tcp_info) T(struct,tcp_md5sig) +T(struct,tcp_repair_window) +T(struct,tcp_zerocopy_receive) T(struct,tcphdr) T(struct,termios) T(struct,tftphdr)