diff options
| author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-19 20:37:40 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-19 20:37:40 +0200 |
| commit | 994d223d84ab730be203fb04ad99bbddeeebc0a4 (patch) | |
| tree | 92985dedf549b5df3474a08e4c92a1c8e3ece4eb /package/jamvm/patches/patch-src_os_linux_os_c | |
| parent | 0dbe368590d6034e2f8dfce506e3609cb9a4f961 (diff) | |
| parent | c5292d3297b14183b9bdb9f64aa6f40e35ad733b (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/jamvm/patches/patch-src_os_linux_os_c')
| -rw-r--r-- | package/jamvm/patches/patch-src_os_linux_os_c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/package/jamvm/patches/patch-src_os_linux_os_c b/package/jamvm/patches/patch-src_os_linux_os_c deleted file mode 100644 index a867841e3..000000000 --- a/package/jamvm/patches/patch-src_os_linux_os_c +++ /dev/null @@ -1,17 +0,0 @@ ---- jamvm-1.5.4.orig/src/os/linux/os.c 2009-12-31 19:40:48.000000000 +0100 -+++ jamvm-1.5.4/src/os/linux/os.c 2013-12-25 16:43:03.000000000 +0100 -@@ -46,10 +46,12 @@ void *nativeStackBase() { - } - - int nativeAvailableProcessors() { --#ifdef __UCLIBC__ -+#if defined(__UCLIBC__) - return 1; --#else -+#elif defined(__GLIBC__) - return get_nprocs(); -+#else -+ return 1; - #endif - } - |
