diff options
author | pk33 <pk33@pk33.space> | 2024-11-01 23:51:15 +0100 |
---|---|---|
committer | pk33 <pk33@pk33.space> | 2024-11-01 23:51:15 +0100 |
commit | 294b585994da4427ac98a8353ff41aed5f301d54 (patch) | |
tree | aafcd885c1fe28819ef1a511da5e6344411b5597 /lib/musl | |
parent | f0958551b43959174d28b2056f584d2081494e6c (diff) | |
download | engine33-294b585994da4427ac98a8353ff41aed5f301d54.tar.gz |
Import and fix old code
Diffstat (limited to 'lib/musl')
-rw-r--r-- | lib/musl/Scrt1.o | bin | 0 -> 1616 bytes | |||
-rw-r--r-- | lib/musl/crt1.o | bin | 0 -> 1616 bytes | |||
-rw-r--r-- | lib/musl/crti.o | bin | 0 -> 1000 bytes | |||
-rw-r--r-- | lib/musl/crtn.o | bin | 0 -> 776 bytes | |||
-rw-r--r-- | lib/musl/libc.a | bin | 0 -> 2741482 bytes | |||
-rw-r--r-- | lib/musl/libcrypt.a | 1 | ||||
-rw-r--r-- | lib/musl/libdl.a | 1 | ||||
-rw-r--r-- | lib/musl/libm.a | 1 | ||||
-rw-r--r-- | lib/musl/libpthread.a | 1 | ||||
-rw-r--r-- | lib/musl/libresolv.a | 1 | ||||
-rw-r--r-- | lib/musl/librt.a | 1 | ||||
-rw-r--r-- | lib/musl/libutil.a | 1 | ||||
-rw-r--r-- | lib/musl/libxnet.a | 1 | ||||
-rw-r--r-- | lib/musl/rcrt1.o | bin | 0 -> 2312 bytes |
14 files changed, 8 insertions, 0 deletions
diff --git a/lib/musl/Scrt1.o b/lib/musl/Scrt1.o Binary files differnew file mode 100644 index 0000000..8e10f2c --- /dev/null +++ b/lib/musl/Scrt1.o diff --git a/lib/musl/crt1.o b/lib/musl/crt1.o Binary files differnew file mode 100644 index 0000000..c763650 --- /dev/null +++ b/lib/musl/crt1.o diff --git a/lib/musl/crti.o b/lib/musl/crti.o Binary files differnew file mode 100644 index 0000000..28bfc9c --- /dev/null +++ b/lib/musl/crti.o diff --git a/lib/musl/crtn.o b/lib/musl/crtn.o Binary files differnew file mode 100644 index 0000000..81f7376 --- /dev/null +++ b/lib/musl/crtn.o diff --git a/lib/musl/libc.a b/lib/musl/libc.a Binary files differnew file mode 100644 index 0000000..0524c9c --- /dev/null +++ b/lib/musl/libc.a diff --git a/lib/musl/libcrypt.a b/lib/musl/libcrypt.a new file mode 100644 index 0000000..8b277f0 --- /dev/null +++ b/lib/musl/libcrypt.a @@ -0,0 +1 @@ +!<arch> diff --git a/lib/musl/libdl.a b/lib/musl/libdl.a new file mode 100644 index 0000000..8b277f0 --- /dev/null +++ b/lib/musl/libdl.a @@ -0,0 +1 @@ +!<arch> diff --git a/lib/musl/libm.a b/lib/musl/libm.a new file mode 100644 index 0000000..8b277f0 --- /dev/null +++ b/lib/musl/libm.a @@ -0,0 +1 @@ +!<arch> diff --git a/lib/musl/libpthread.a b/lib/musl/libpthread.a new file mode 100644 index 0000000..8b277f0 --- /dev/null +++ b/lib/musl/libpthread.a @@ -0,0 +1 @@ +!<arch> diff --git a/lib/musl/libresolv.a b/lib/musl/libresolv.a new file mode 100644 index 0000000..8b277f0 --- /dev/null +++ b/lib/musl/libresolv.a @@ -0,0 +1 @@ +!<arch> diff --git a/lib/musl/librt.a b/lib/musl/librt.a new file mode 100644 index 0000000..8b277f0 --- /dev/null +++ b/lib/musl/librt.a @@ -0,0 +1 @@ +!<arch> diff --git a/lib/musl/libutil.a b/lib/musl/libutil.a new file mode 100644 index 0000000..8b277f0 --- /dev/null +++ b/lib/musl/libutil.a @@ -0,0 +1 @@ +!<arch> diff --git a/lib/musl/libxnet.a b/lib/musl/libxnet.a new file mode 100644 index 0000000..8b277f0 --- /dev/null +++ b/lib/musl/libxnet.a @@ -0,0 +1 @@ +!<arch> diff --git a/lib/musl/rcrt1.o b/lib/musl/rcrt1.o Binary files differnew file mode 100644 index 0000000..ab2620a --- /dev/null +++ b/lib/musl/rcrt1.o |