Skip to content

Commit 3870ef0

Browse files
xbstrap: fix build
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 49de4df commit 3870ef0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

patches/mlibc/mlibc.patch

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -255,18 +255,6 @@ index c0e54fe..6d9cc52 100644
255255
// TODO: Print PID only if POSIX option is enabled.
256256
if (mlibc::globalConfig().debugMalloc)
257257
mlibc::infoLogger() << "mlibc (PID ?): malloc() returns "
258-
diff --git a/options/ansi/meson.build b/options/ansi/meson.build
259-
index 0820de3..afd8bbe 100644
260-
--- a/options/ansi/meson.build
261-
+++ b/options/ansi/meson.build
262-
@@ -47,6 +47,7 @@ if not no_headers
263-
install_headers(
264-
'include/bits/ansi/timespec.h',
265-
'include/bits/ansi/time_t.h',
266-
+ 'include/bits/ansi/fenv.h',
267-
subdir: 'bits/ansi'
268-
)
269-
endif
270258
diff --git a/options/glibc/generic/execinfo.cpp b/options/glibc/generic/execinfo.cpp
271259
index 3474615..10a2109 100644
272260
--- a/options/glibc/generic/execinfo.cpp

0 commit comments

Comments
 (0)