summaryrefslogtreecommitdiff
path: root/packages/uClibc-ng/1.0.33/0000-missing-header.patch
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2020-04-03 19:08:37 (GMT)
committerGitHub <noreply@github.com>2020-04-03 19:08:37 (GMT)
commit75d7525aa1698a8bd8dd0c6b78819846fe2ec869 (patch)
tree13ee5031cffcbf9448b4a6b1c185533608864872 /packages/uClibc-ng/1.0.33/0000-missing-header.patch
parentbe1b56676828c80045bff401385a75ec0f480145 (diff)
parenta3519c8874cde6168e1fd844e291f2999663ea76 (diff)
Merge pull request #1326 from nayabbashasayed/master
uClibc-ng-1.0.33 latest chksum updated. Patch not required.
Diffstat (limited to 'packages/uClibc-ng/1.0.33/0000-missing-header.patch')
-rw-r--r--packages/uClibc-ng/1.0.33/0000-missing-header.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/uClibc-ng/1.0.33/0000-missing-header.patch b/packages/uClibc-ng/1.0.33/0000-missing-header.patch
deleted file mode 100644
index 05b0f61..0000000
--- a/packages/uClibc-ng/1.0.33/0000-missing-header.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-commit 6f7c6883b72134d1ae28a6223ab9c9738d033867
-Author: Waldemar Brodkorb <wbx@openadk.org>
-Date: Wed Feb 19 10:18:03 2020 +0100
-
- malloc: add missing header for some arch (alpha)
-
----
- libc/stdlib/malloc-standard/malloc.h | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/libc/stdlib/malloc-standard/malloc.h
-+++ b/libc/stdlib/malloc-standard/malloc.h
-@@ -23,6 +23,7 @@
- #include <stdlib.h>
- #include <sys/mman.h>
- #include <bits/uClibc_mutex.h>
-+#include <bits/uClibc_page.h>
-
-
-