aboutsummaryrefslogtreecommitdiffstats
path: root/main/squashfs-tools/squashfs-tools-4.0-uclibc-get_nprocs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/squashfs-tools/squashfs-tools-4.0-uclibc-get_nprocs.patch')
-rw-r--r--main/squashfs-tools/squashfs-tools-4.0-uclibc-get_nprocs.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/squashfs-tools/squashfs-tools-4.0-uclibc-get_nprocs.patch b/main/squashfs-tools/squashfs-tools-4.0-uclibc-get_nprocs.patch
deleted file mode 100644
index 9c6312f16b..0000000000
--- a/main/squashfs-tools/squashfs-tools-4.0-uclibc-get_nprocs.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/squashfs-tools/mksquashfs.c Wed Dec 2 10:30:31 2009
-+++ b/squashfs-tools/mksquashfs.c Wed Dec 2 10:31:34 2009
-@@ -3705,7 +3705,7 @@
- processors = 1;
- }
- #else
-- processors = get_nprocs();
-+ processors = sysconf(_SC_NPROCESSORS_ONLN);
- #endif
- }
-
---- a/squashfs-tools/unsquashfs.c Wed Dec 2 10:30:31 2009
-+++ b/squashfs-tools/unsquashfs.c Wed Dec 2 10:31:34 2009
-@@ -1811,7 +1811,7 @@
- processors = 1;
- }
- #else
-- processors = get_nprocs();
-+ processors = sysconf(_SC_NPROCESSORS_ONLN);
- #endif
- }
-