From d2879fad69119fcfd9300c5ec77befaf7b58c4a4 Mon Sep 17 00:00:00 2001 From: Matt Taylor Date: Fri, 8 Jul 2022 03:03:51 +0100 Subject: [PATCH] sysdeps: update symlinks --- options/posix/meson.build | 4 ---- sysdeps/aero/include/abi-bits/fsblkcnt_t.h | 1 + sysdeps/aero/include/abi-bits/fsfilcnt_t.h | 1 + sysdeps/aero/include/abi-bits/socklen_t.h | 1 + sysdeps/aero/include/abi-bits/statfs.h | 1 + sysdeps/aero/include/abi-bits/statvfs.h | 1 + sysdeps/aero/include/abi-bits/suseconds_t.h | 1 + sysdeps/aero/meson.build | 6 ++++++ sysdeps/dripos/include/abi-bits/fsblkcnt_t.h | 1 + sysdeps/dripos/include/abi-bits/fsfilcnt_t.h | 1 + sysdeps/dripos/include/abi-bits/socklen_t.h | 1 + sysdeps/dripos/include/abi-bits/statfs.h | 1 + sysdeps/dripos/include/abi-bits/statvfs.h | 1 + sysdeps/dripos/include/abi-bits/suseconds_t.h | 1 + sysdeps/dripos/meson.build | 6 ++++++ sysdeps/ironclad/include/abi-bits/fsblkcnt_t.h | 1 + sysdeps/ironclad/include/abi-bits/fsfilcnt_t.h | 1 + sysdeps/ironclad/include/abi-bits/socklen_t.h | 1 + sysdeps/ironclad/include/abi-bits/statfs.h | 1 + sysdeps/ironclad/include/abi-bits/statvfs.h | 1 + sysdeps/ironclad/include/abi-bits/suseconds_t.h | 1 + sysdeps/ironclad/meson.build | 6 ++++++ sysdeps/lemon/include/abi-bits/fsblkcnt_t.h | 1 + sysdeps/lemon/include/abi-bits/fsfilcnt_t.h | 1 + sysdeps/lemon/include/abi-bits/socklen_t.h | 1 + sysdeps/lemon/include/abi-bits/statfs.h | 1 + sysdeps/lemon/include/abi-bits/statvfs.h | 1 + sysdeps/lemon/include/abi-bits/suseconds_t.h | 1 + sysdeps/lemon/meson.build | 6 ++++++ sysdeps/linux/include/abi-bits/fsblkcnt_t.h | 1 + sysdeps/linux/include/abi-bits/fsfilcnt_t.h | 1 + sysdeps/linux/include/abi-bits/socklen_t.h | 1 + sysdeps/linux/include/abi-bits/statfs.h | 1 + sysdeps/linux/include/abi-bits/statvfs.h | 1 + sysdeps/linux/include/abi-bits/suseconds_t.h | 1 + sysdeps/linux/meson.build | 6 ++++++ sysdeps/managarm/include/abi-bits/fsblkcnt_t.h | 1 + sysdeps/managarm/include/abi-bits/fsfilcnt_t.h | 1 + sysdeps/managarm/include/abi-bits/socklen_t.h | 1 + sysdeps/managarm/include/abi-bits/statfs.h | 1 + sysdeps/managarm/include/abi-bits/statvfs.h | 1 + sysdeps/managarm/include/abi-bits/suseconds_t.h | 1 + sysdeps/managarm/meson.build | 6 ++++++ sysdeps/qword/include/abi-bits/fsblkcnt_t.h | 1 + sysdeps/qword/include/abi-bits/fsfilcnt_t.h | 1 + sysdeps/qword/include/abi-bits/socklen_t.h | 1 + sysdeps/qword/include/abi-bits/statfs.h | 1 + sysdeps/qword/include/abi-bits/statvfs.h | 1 + sysdeps/qword/include/abi-bits/suseconds_t.h | 1 + sysdeps/qword/meson.build | 6 ++++++ sysdeps/vinix/include/abi-bits/fsblkcnt_t.h | 1 + sysdeps/vinix/include/abi-bits/fsfilcnt_t.h | 1 + sysdeps/vinix/include/abi-bits/socklen_t.h | 1 + sysdeps/vinix/include/abi-bits/statfs.h | 1 + sysdeps/vinix/include/abi-bits/statvfs.h | 1 + sysdeps/vinix/include/abi-bits/suseconds_t.h | 1 + sysdeps/vinix/meson.build | 6 ++++++ 57 files changed, 96 insertions(+), 4 deletions(-) create mode 120000 sysdeps/aero/include/abi-bits/fsblkcnt_t.h create mode 120000 sysdeps/aero/include/abi-bits/fsfilcnt_t.h create mode 120000 sysdeps/aero/include/abi-bits/socklen_t.h create mode 120000 sysdeps/aero/include/abi-bits/statfs.h create mode 120000 sysdeps/aero/include/abi-bits/statvfs.h create mode 120000 sysdeps/aero/include/abi-bits/suseconds_t.h create mode 120000 sysdeps/dripos/include/abi-bits/fsblkcnt_t.h create mode 120000 sysdeps/dripos/include/abi-bits/fsfilcnt_t.h create mode 120000 sysdeps/dripos/include/abi-bits/socklen_t.h create mode 120000 sysdeps/dripos/include/abi-bits/statfs.h create mode 120000 sysdeps/dripos/include/abi-bits/statvfs.h create mode 120000 sysdeps/dripos/include/abi-bits/suseconds_t.h create mode 120000 sysdeps/ironclad/include/abi-bits/fsblkcnt_t.h create mode 120000 sysdeps/ironclad/include/abi-bits/fsfilcnt_t.h create mode 120000 sysdeps/ironclad/include/abi-bits/socklen_t.h create mode 120000 sysdeps/ironclad/include/abi-bits/statfs.h create mode 120000 sysdeps/ironclad/include/abi-bits/statvfs.h create mode 120000 sysdeps/ironclad/include/abi-bits/suseconds_t.h create mode 120000 sysdeps/lemon/include/abi-bits/fsblkcnt_t.h create mode 120000 sysdeps/lemon/include/abi-bits/fsfilcnt_t.h create mode 120000 sysdeps/lemon/include/abi-bits/socklen_t.h create mode 120000 sysdeps/lemon/include/abi-bits/statfs.h create mode 120000 sysdeps/lemon/include/abi-bits/statvfs.h create mode 120000 sysdeps/lemon/include/abi-bits/suseconds_t.h create mode 120000 sysdeps/linux/include/abi-bits/fsblkcnt_t.h create mode 120000 sysdeps/linux/include/abi-bits/fsfilcnt_t.h create mode 120000 sysdeps/linux/include/abi-bits/socklen_t.h create mode 120000 sysdeps/linux/include/abi-bits/statfs.h create mode 120000 sysdeps/linux/include/abi-bits/statvfs.h create mode 120000 sysdeps/linux/include/abi-bits/suseconds_t.h create mode 120000 sysdeps/managarm/include/abi-bits/fsblkcnt_t.h create mode 120000 sysdeps/managarm/include/abi-bits/fsfilcnt_t.h create mode 120000 sysdeps/managarm/include/abi-bits/socklen_t.h create mode 120000 sysdeps/managarm/include/abi-bits/statfs.h create mode 120000 sysdeps/managarm/include/abi-bits/statvfs.h create mode 120000 sysdeps/managarm/include/abi-bits/suseconds_t.h create mode 120000 sysdeps/qword/include/abi-bits/fsblkcnt_t.h create mode 120000 sysdeps/qword/include/abi-bits/fsfilcnt_t.h create mode 120000 sysdeps/qword/include/abi-bits/socklen_t.h create mode 120000 sysdeps/qword/include/abi-bits/statfs.h create mode 120000 sysdeps/qword/include/abi-bits/statvfs.h create mode 120000 sysdeps/qword/include/abi-bits/suseconds_t.h create mode 120000 sysdeps/vinix/include/abi-bits/fsblkcnt_t.h create mode 120000 sysdeps/vinix/include/abi-bits/fsfilcnt_t.h create mode 120000 sysdeps/vinix/include/abi-bits/socklen_t.h create mode 120000 sysdeps/vinix/include/abi-bits/statfs.h create mode 120000 sysdeps/vinix/include/abi-bits/statvfs.h create mode 120000 sysdeps/vinix/include/abi-bits/suseconds_t.h diff --git a/options/posix/meson.build b/options/posix/meson.build index 60f192461c..426564991f 100644 --- a/options/posix/meson.build +++ b/options/posix/meson.build @@ -143,8 +143,6 @@ if not no_headers subdir: 'sys' ) install_headers( - 'include/bits/posix/fsblkcnt_t.h', - 'include/bits/posix/fsfilcnt_t.h', 'include/bits/posix/id_t.h', 'include/bits/posix/in_addr_t.h', 'include/bits/posix/in_port_t.h', @@ -158,9 +156,7 @@ if not no_headers 'include/bits/posix/posix_string.h', 'include/bits/posix/posix_time.h', 'include/bits/posix/posix_wctype.h', - 'include/bits/posix/socklen_t.h', 'include/bits/posix/stat.h', - 'include/bits/posix/suseconds_t.h', 'include/bits/posix/timeval.h', 'include/bits/posix/fd_set.h', 'include/bits/posix/pthread_t.h', diff --git a/sysdeps/aero/include/abi-bits/fsblkcnt_t.h b/sysdeps/aero/include/abi-bits/fsblkcnt_t.h new file mode 120000 index 0000000000..898dfb2f32 --- /dev/null +++ b/sysdeps/aero/include/abi-bits/fsblkcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsblkcnt_t.h \ No newline at end of file diff --git a/sysdeps/aero/include/abi-bits/fsfilcnt_t.h b/sysdeps/aero/include/abi-bits/fsfilcnt_t.h new file mode 120000 index 0000000000..791755c9c8 --- /dev/null +++ b/sysdeps/aero/include/abi-bits/fsfilcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsfilcnt_t.h \ No newline at end of file diff --git a/sysdeps/aero/include/abi-bits/socklen_t.h b/sysdeps/aero/include/abi-bits/socklen_t.h new file mode 120000 index 0000000000..41f3b11f38 --- /dev/null +++ b/sysdeps/aero/include/abi-bits/socklen_t.h @@ -0,0 +1 @@ +../../../../abis/linux/socklen_t.h \ No newline at end of file diff --git a/sysdeps/aero/include/abi-bits/statfs.h b/sysdeps/aero/include/abi-bits/statfs.h new file mode 120000 index 0000000000..e3d202f538 --- /dev/null +++ b/sysdeps/aero/include/abi-bits/statfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statfs.h \ No newline at end of file diff --git a/sysdeps/aero/include/abi-bits/statvfs.h b/sysdeps/aero/include/abi-bits/statvfs.h new file mode 120000 index 0000000000..1fc80c2a76 --- /dev/null +++ b/sysdeps/aero/include/abi-bits/statvfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statvfs.h \ No newline at end of file diff --git a/sysdeps/aero/include/abi-bits/suseconds_t.h b/sysdeps/aero/include/abi-bits/suseconds_t.h new file mode 120000 index 0000000000..9ed659770e --- /dev/null +++ b/sysdeps/aero/include/abi-bits/suseconds_t.h @@ -0,0 +1 @@ +../../../../abis/linux/suseconds_t.h \ No newline at end of file diff --git a/sysdeps/aero/meson.build b/sysdeps/aero/meson.build index 3ca8463ec7..dc6f8c8527 100644 --- a/sysdeps/aero/meson.build +++ b/sysdeps/aero/meson.build @@ -46,6 +46,12 @@ if not no_headers 'include/abi-bits/epoll.h', 'include/abi-bits/packet.h', 'include/abi-bits/inotify.h', + 'include/abi-bits/suseconds_t.h', + 'include/abi-bits/fsfilcnt_t.h', + 'include/abi-bits/fsblkcnt_t.h', + 'include/abi-bits/socklen_t.h', + 'include/abi-bits/statfs.h', + 'include/abi-bits/statvfs.h', subdir: 'abi-bits' ) install_headers( diff --git a/sysdeps/dripos/include/abi-bits/fsblkcnt_t.h b/sysdeps/dripos/include/abi-bits/fsblkcnt_t.h new file mode 120000 index 0000000000..898dfb2f32 --- /dev/null +++ b/sysdeps/dripos/include/abi-bits/fsblkcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsblkcnt_t.h \ No newline at end of file diff --git a/sysdeps/dripos/include/abi-bits/fsfilcnt_t.h b/sysdeps/dripos/include/abi-bits/fsfilcnt_t.h new file mode 120000 index 0000000000..791755c9c8 --- /dev/null +++ b/sysdeps/dripos/include/abi-bits/fsfilcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsfilcnt_t.h \ No newline at end of file diff --git a/sysdeps/dripos/include/abi-bits/socklen_t.h b/sysdeps/dripos/include/abi-bits/socklen_t.h new file mode 120000 index 0000000000..41f3b11f38 --- /dev/null +++ b/sysdeps/dripos/include/abi-bits/socklen_t.h @@ -0,0 +1 @@ +../../../../abis/linux/socklen_t.h \ No newline at end of file diff --git a/sysdeps/dripos/include/abi-bits/statfs.h b/sysdeps/dripos/include/abi-bits/statfs.h new file mode 120000 index 0000000000..e3d202f538 --- /dev/null +++ b/sysdeps/dripos/include/abi-bits/statfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statfs.h \ No newline at end of file diff --git a/sysdeps/dripos/include/abi-bits/statvfs.h b/sysdeps/dripos/include/abi-bits/statvfs.h new file mode 120000 index 0000000000..1fc80c2a76 --- /dev/null +++ b/sysdeps/dripos/include/abi-bits/statvfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statvfs.h \ No newline at end of file diff --git a/sysdeps/dripos/include/abi-bits/suseconds_t.h b/sysdeps/dripos/include/abi-bits/suseconds_t.h new file mode 120000 index 0000000000..9ed659770e --- /dev/null +++ b/sysdeps/dripos/include/abi-bits/suseconds_t.h @@ -0,0 +1 @@ +../../../../abis/linux/suseconds_t.h \ No newline at end of file diff --git a/sysdeps/dripos/meson.build b/sysdeps/dripos/meson.build index 0f4c4ecf54..0bc39acc9f 100644 --- a/sysdeps/dripos/meson.build +++ b/sysdeps/dripos/meson.build @@ -42,6 +42,12 @@ if not no_headers 'include/abi-bits/epoll.h', 'include/abi-bits/packet.h', 'include/abi-bits/inotify.h', + 'include/abi-bits/suseconds_t.h', + 'include/abi-bits/fsfilcnt_t.h', + 'include/abi-bits/fsblkcnt_t.h', + 'include/abi-bits/socklen_t.h', + 'include/abi-bits/statfs.h', + 'include/abi-bits/statvfs.h', subdir: 'abi-bits' ) endif diff --git a/sysdeps/ironclad/include/abi-bits/fsblkcnt_t.h b/sysdeps/ironclad/include/abi-bits/fsblkcnt_t.h new file mode 120000 index 0000000000..898dfb2f32 --- /dev/null +++ b/sysdeps/ironclad/include/abi-bits/fsblkcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsblkcnt_t.h \ No newline at end of file diff --git a/sysdeps/ironclad/include/abi-bits/fsfilcnt_t.h b/sysdeps/ironclad/include/abi-bits/fsfilcnt_t.h new file mode 120000 index 0000000000..791755c9c8 --- /dev/null +++ b/sysdeps/ironclad/include/abi-bits/fsfilcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsfilcnt_t.h \ No newline at end of file diff --git a/sysdeps/ironclad/include/abi-bits/socklen_t.h b/sysdeps/ironclad/include/abi-bits/socklen_t.h new file mode 120000 index 0000000000..41f3b11f38 --- /dev/null +++ b/sysdeps/ironclad/include/abi-bits/socklen_t.h @@ -0,0 +1 @@ +../../../../abis/linux/socklen_t.h \ No newline at end of file diff --git a/sysdeps/ironclad/include/abi-bits/statfs.h b/sysdeps/ironclad/include/abi-bits/statfs.h new file mode 120000 index 0000000000..e3d202f538 --- /dev/null +++ b/sysdeps/ironclad/include/abi-bits/statfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statfs.h \ No newline at end of file diff --git a/sysdeps/ironclad/include/abi-bits/statvfs.h b/sysdeps/ironclad/include/abi-bits/statvfs.h new file mode 120000 index 0000000000..1fc80c2a76 --- /dev/null +++ b/sysdeps/ironclad/include/abi-bits/statvfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statvfs.h \ No newline at end of file diff --git a/sysdeps/ironclad/include/abi-bits/suseconds_t.h b/sysdeps/ironclad/include/abi-bits/suseconds_t.h new file mode 120000 index 0000000000..9ed659770e --- /dev/null +++ b/sysdeps/ironclad/include/abi-bits/suseconds_t.h @@ -0,0 +1 @@ +../../../../abis/linux/suseconds_t.h \ No newline at end of file diff --git a/sysdeps/ironclad/meson.build b/sysdeps/ironclad/meson.build index 0aba96b8d0..af76bd0f48 100644 --- a/sysdeps/ironclad/meson.build +++ b/sysdeps/ironclad/meson.build @@ -42,6 +42,12 @@ if not no_headers 'include/abi-bits/epoll.h', 'include/abi-bits/packet.h', 'include/abi-bits/inotify.h', + 'include/abi-bits/suseconds_t.h', + 'include/abi-bits/fsfilcnt_t.h', + 'include/abi-bits/fsblkcnt_t.h', + 'include/abi-bits/socklen_t.h', + 'include/abi-bits/statfs.h', + 'include/abi-bits/statvfs.h', subdir: 'abi-bits' ) install_headers( diff --git a/sysdeps/lemon/include/abi-bits/fsblkcnt_t.h b/sysdeps/lemon/include/abi-bits/fsblkcnt_t.h new file mode 120000 index 0000000000..898dfb2f32 --- /dev/null +++ b/sysdeps/lemon/include/abi-bits/fsblkcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsblkcnt_t.h \ No newline at end of file diff --git a/sysdeps/lemon/include/abi-bits/fsfilcnt_t.h b/sysdeps/lemon/include/abi-bits/fsfilcnt_t.h new file mode 120000 index 0000000000..791755c9c8 --- /dev/null +++ b/sysdeps/lemon/include/abi-bits/fsfilcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsfilcnt_t.h \ No newline at end of file diff --git a/sysdeps/lemon/include/abi-bits/socklen_t.h b/sysdeps/lemon/include/abi-bits/socklen_t.h new file mode 120000 index 0000000000..41f3b11f38 --- /dev/null +++ b/sysdeps/lemon/include/abi-bits/socklen_t.h @@ -0,0 +1 @@ +../../../../abis/linux/socklen_t.h \ No newline at end of file diff --git a/sysdeps/lemon/include/abi-bits/statfs.h b/sysdeps/lemon/include/abi-bits/statfs.h new file mode 120000 index 0000000000..e3d202f538 --- /dev/null +++ b/sysdeps/lemon/include/abi-bits/statfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statfs.h \ No newline at end of file diff --git a/sysdeps/lemon/include/abi-bits/statvfs.h b/sysdeps/lemon/include/abi-bits/statvfs.h new file mode 120000 index 0000000000..1fc80c2a76 --- /dev/null +++ b/sysdeps/lemon/include/abi-bits/statvfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statvfs.h \ No newline at end of file diff --git a/sysdeps/lemon/include/abi-bits/suseconds_t.h b/sysdeps/lemon/include/abi-bits/suseconds_t.h new file mode 120000 index 0000000000..9ed659770e --- /dev/null +++ b/sysdeps/lemon/include/abi-bits/suseconds_t.h @@ -0,0 +1 @@ +../../../../abis/linux/suseconds_t.h \ No newline at end of file diff --git a/sysdeps/lemon/meson.build b/sysdeps/lemon/meson.build index 1de71243f6..0a5cd144db 100644 --- a/sysdeps/lemon/meson.build +++ b/sysdeps/lemon/meson.build @@ -47,6 +47,12 @@ if not no_headers 'include/abi-bits/epoll.h', 'include/abi-bits/packet.h', 'include/abi-bits/inotify.h', + 'include/abi-bits/suseconds_t.h', + 'include/abi-bits/fsfilcnt_t.h', + 'include/abi-bits/fsblkcnt_t.h', + 'include/abi-bits/socklen_t.h', + 'include/abi-bits/statfs.h', + 'include/abi-bits/statvfs.h', subdir: 'abi-bits' ) install_headers( diff --git a/sysdeps/linux/include/abi-bits/fsblkcnt_t.h b/sysdeps/linux/include/abi-bits/fsblkcnt_t.h new file mode 120000 index 0000000000..898dfb2f32 --- /dev/null +++ b/sysdeps/linux/include/abi-bits/fsblkcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsblkcnt_t.h \ No newline at end of file diff --git a/sysdeps/linux/include/abi-bits/fsfilcnt_t.h b/sysdeps/linux/include/abi-bits/fsfilcnt_t.h new file mode 120000 index 0000000000..791755c9c8 --- /dev/null +++ b/sysdeps/linux/include/abi-bits/fsfilcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsfilcnt_t.h \ No newline at end of file diff --git a/sysdeps/linux/include/abi-bits/socklen_t.h b/sysdeps/linux/include/abi-bits/socklen_t.h new file mode 120000 index 0000000000..41f3b11f38 --- /dev/null +++ b/sysdeps/linux/include/abi-bits/socklen_t.h @@ -0,0 +1 @@ +../../../../abis/linux/socklen_t.h \ No newline at end of file diff --git a/sysdeps/linux/include/abi-bits/statfs.h b/sysdeps/linux/include/abi-bits/statfs.h new file mode 120000 index 0000000000..e3d202f538 --- /dev/null +++ b/sysdeps/linux/include/abi-bits/statfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statfs.h \ No newline at end of file diff --git a/sysdeps/linux/include/abi-bits/statvfs.h b/sysdeps/linux/include/abi-bits/statvfs.h new file mode 120000 index 0000000000..1fc80c2a76 --- /dev/null +++ b/sysdeps/linux/include/abi-bits/statvfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statvfs.h \ No newline at end of file diff --git a/sysdeps/linux/include/abi-bits/suseconds_t.h b/sysdeps/linux/include/abi-bits/suseconds_t.h new file mode 120000 index 0000000000..9ed659770e --- /dev/null +++ b/sysdeps/linux/include/abi-bits/suseconds_t.h @@ -0,0 +1 @@ +../../../../abis/linux/suseconds_t.h \ No newline at end of file diff --git a/sysdeps/linux/meson.build b/sysdeps/linux/meson.build index 1b4c7fbfbe..3352e988af 100644 --- a/sysdeps/linux/meson.build +++ b/sysdeps/linux/meson.build @@ -56,6 +56,12 @@ if not no_headers 'include/abi-bits/epoll.h', 'include/abi-bits/packet.h', 'include/abi-bits/inotify.h', + 'include/abi-bits/suseconds_t.h', + 'include/abi-bits/fsfilcnt_t.h', + 'include/abi-bits/fsblkcnt_t.h', + 'include/abi-bits/socklen_t.h', + 'include/abi-bits/statfs.h', + 'include/abi-bits/statvfs.h', host_machine.cpu_family() / 'abi-bits/arch-syscall.h', subdir: 'abi-bits' ) diff --git a/sysdeps/managarm/include/abi-bits/fsblkcnt_t.h b/sysdeps/managarm/include/abi-bits/fsblkcnt_t.h new file mode 120000 index 0000000000..898dfb2f32 --- /dev/null +++ b/sysdeps/managarm/include/abi-bits/fsblkcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsblkcnt_t.h \ No newline at end of file diff --git a/sysdeps/managarm/include/abi-bits/fsfilcnt_t.h b/sysdeps/managarm/include/abi-bits/fsfilcnt_t.h new file mode 120000 index 0000000000..791755c9c8 --- /dev/null +++ b/sysdeps/managarm/include/abi-bits/fsfilcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsfilcnt_t.h \ No newline at end of file diff --git a/sysdeps/managarm/include/abi-bits/socklen_t.h b/sysdeps/managarm/include/abi-bits/socklen_t.h new file mode 120000 index 0000000000..41f3b11f38 --- /dev/null +++ b/sysdeps/managarm/include/abi-bits/socklen_t.h @@ -0,0 +1 @@ +../../../../abis/linux/socklen_t.h \ No newline at end of file diff --git a/sysdeps/managarm/include/abi-bits/statfs.h b/sysdeps/managarm/include/abi-bits/statfs.h new file mode 120000 index 0000000000..e3d202f538 --- /dev/null +++ b/sysdeps/managarm/include/abi-bits/statfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statfs.h \ No newline at end of file diff --git a/sysdeps/managarm/include/abi-bits/statvfs.h b/sysdeps/managarm/include/abi-bits/statvfs.h new file mode 120000 index 0000000000..1fc80c2a76 --- /dev/null +++ b/sysdeps/managarm/include/abi-bits/statvfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statvfs.h \ No newline at end of file diff --git a/sysdeps/managarm/include/abi-bits/suseconds_t.h b/sysdeps/managarm/include/abi-bits/suseconds_t.h new file mode 120000 index 0000000000..9ed659770e --- /dev/null +++ b/sysdeps/managarm/include/abi-bits/suseconds_t.h @@ -0,0 +1 @@ +../../../../abis/linux/suseconds_t.h \ No newline at end of file diff --git a/sysdeps/managarm/meson.build b/sysdeps/managarm/meson.build index f55bb246d0..65607619c8 100644 --- a/sysdeps/managarm/meson.build +++ b/sysdeps/managarm/meson.build @@ -97,6 +97,12 @@ if not no_headers 'include/abi-bits/epoll.h', 'include/abi-bits/packet.h', 'include/abi-bits/inotify.h', + 'include/abi-bits/suseconds_t.h', + 'include/abi-bits/fsfilcnt_t.h', + 'include/abi-bits/fsblkcnt_t.h', + 'include/abi-bits/socklen_t.h', + 'include/abi-bits/statfs.h', + 'include/abi-bits/statvfs.h', subdir: 'abi-bits' ) endif diff --git a/sysdeps/qword/include/abi-bits/fsblkcnt_t.h b/sysdeps/qword/include/abi-bits/fsblkcnt_t.h new file mode 120000 index 0000000000..898dfb2f32 --- /dev/null +++ b/sysdeps/qword/include/abi-bits/fsblkcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsblkcnt_t.h \ No newline at end of file diff --git a/sysdeps/qword/include/abi-bits/fsfilcnt_t.h b/sysdeps/qword/include/abi-bits/fsfilcnt_t.h new file mode 120000 index 0000000000..791755c9c8 --- /dev/null +++ b/sysdeps/qword/include/abi-bits/fsfilcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsfilcnt_t.h \ No newline at end of file diff --git a/sysdeps/qword/include/abi-bits/socklen_t.h b/sysdeps/qword/include/abi-bits/socklen_t.h new file mode 120000 index 0000000000..41f3b11f38 --- /dev/null +++ b/sysdeps/qword/include/abi-bits/socklen_t.h @@ -0,0 +1 @@ +../../../../abis/linux/socklen_t.h \ No newline at end of file diff --git a/sysdeps/qword/include/abi-bits/statfs.h b/sysdeps/qword/include/abi-bits/statfs.h new file mode 120000 index 0000000000..e3d202f538 --- /dev/null +++ b/sysdeps/qword/include/abi-bits/statfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statfs.h \ No newline at end of file diff --git a/sysdeps/qword/include/abi-bits/statvfs.h b/sysdeps/qword/include/abi-bits/statvfs.h new file mode 120000 index 0000000000..1fc80c2a76 --- /dev/null +++ b/sysdeps/qword/include/abi-bits/statvfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statvfs.h \ No newline at end of file diff --git a/sysdeps/qword/include/abi-bits/suseconds_t.h b/sysdeps/qword/include/abi-bits/suseconds_t.h new file mode 120000 index 0000000000..9ed659770e --- /dev/null +++ b/sysdeps/qword/include/abi-bits/suseconds_t.h @@ -0,0 +1 @@ +../../../../abis/linux/suseconds_t.h \ No newline at end of file diff --git a/sysdeps/qword/meson.build b/sysdeps/qword/meson.build index 8d99cf8c31..b047b204b8 100644 --- a/sysdeps/qword/meson.build +++ b/sysdeps/qword/meson.build @@ -42,6 +42,12 @@ if not no_headers 'include/abi-bits/epoll.h', 'include/abi-bits/packet.h', 'include/abi-bits/inotify.h', + 'include/abi-bits/suseconds_t.h', + 'include/abi-bits/fsfilcnt_t.h', + 'include/abi-bits/fsblkcnt_t.h', + 'include/abi-bits/socklen_t.h', + 'include/abi-bits/statfs.h', + 'include/abi-bits/statvfs.h', subdir: 'abi-bits' ) install_headers( diff --git a/sysdeps/vinix/include/abi-bits/fsblkcnt_t.h b/sysdeps/vinix/include/abi-bits/fsblkcnt_t.h new file mode 120000 index 0000000000..898dfb2f32 --- /dev/null +++ b/sysdeps/vinix/include/abi-bits/fsblkcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsblkcnt_t.h \ No newline at end of file diff --git a/sysdeps/vinix/include/abi-bits/fsfilcnt_t.h b/sysdeps/vinix/include/abi-bits/fsfilcnt_t.h new file mode 120000 index 0000000000..791755c9c8 --- /dev/null +++ b/sysdeps/vinix/include/abi-bits/fsfilcnt_t.h @@ -0,0 +1 @@ +../../../../abis/linux/fsfilcnt_t.h \ No newline at end of file diff --git a/sysdeps/vinix/include/abi-bits/socklen_t.h b/sysdeps/vinix/include/abi-bits/socklen_t.h new file mode 120000 index 0000000000..41f3b11f38 --- /dev/null +++ b/sysdeps/vinix/include/abi-bits/socklen_t.h @@ -0,0 +1 @@ +../../../../abis/linux/socklen_t.h \ No newline at end of file diff --git a/sysdeps/vinix/include/abi-bits/statfs.h b/sysdeps/vinix/include/abi-bits/statfs.h new file mode 120000 index 0000000000..e3d202f538 --- /dev/null +++ b/sysdeps/vinix/include/abi-bits/statfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statfs.h \ No newline at end of file diff --git a/sysdeps/vinix/include/abi-bits/statvfs.h b/sysdeps/vinix/include/abi-bits/statvfs.h new file mode 120000 index 0000000000..1fc80c2a76 --- /dev/null +++ b/sysdeps/vinix/include/abi-bits/statvfs.h @@ -0,0 +1 @@ +../../../../abis/linux/statvfs.h \ No newline at end of file diff --git a/sysdeps/vinix/include/abi-bits/suseconds_t.h b/sysdeps/vinix/include/abi-bits/suseconds_t.h new file mode 120000 index 0000000000..9ed659770e --- /dev/null +++ b/sysdeps/vinix/include/abi-bits/suseconds_t.h @@ -0,0 +1 @@ +../../../../abis/linux/suseconds_t.h \ No newline at end of file diff --git a/sysdeps/vinix/meson.build b/sysdeps/vinix/meson.build index a1e1ed4cff..9a795c4e97 100644 --- a/sysdeps/vinix/meson.build +++ b/sysdeps/vinix/meson.build @@ -42,6 +42,12 @@ if not no_headers 'include/abi-bits/epoll.h', 'include/abi-bits/packet.h', 'include/abi-bits/inotify.h', + 'include/abi-bits/suseconds_t.h', + 'include/abi-bits/fsfilcnt_t.h', + 'include/abi-bits/fsblkcnt_t.h', + 'include/abi-bits/socklen_t.h', + 'include/abi-bits/statfs.h', + 'include/abi-bits/statvfs.h', subdir: 'abi-bits' ) endif