diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/libhugetlbfs/files/0001-include-stddef.h-for-ptrdiff_t.patch')
-rw-r--r-- | meta-oe/recipes-benchmark/libhugetlbfs/files/0001-include-stddef.h-for-ptrdiff_t.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-include-stddef.h-for-ptrdiff_t.patch b/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-include-stddef.h-for-ptrdiff_t.patch deleted file mode 100644 index 914b0514f8..0000000000 --- a/meta-oe/recipes-benchmark/libhugetlbfs/files/0001-include-stddef.h-for-ptrdiff_t.patch +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | From 351d1de09dd80049b7a2cb02c5750635d0389873 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Thu, 21 Jun 2018 19:25:57 -0700 | ||
4 | Subject: [PATCH] include stddef.h for ptrdiff_t | ||
5 | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
7 | |||
8 | --- | ||
9 | Upstream-Status: Pending | ||
10 | |||
11 | morecore.c | 1 + | ||
12 | 1 file changed, 1 insertion(+) | ||
13 | |||
14 | diff --git a/morecore.c b/morecore.c | ||
15 | index 6563bbd..0eef782 100644 | ||
16 | --- a/morecore.c | ||
17 | +++ b/morecore.c | ||
18 | @@ -19,6 +19,7 @@ | ||
19 | |||
20 | #define _GNU_SOURCE | ||
21 | |||
22 | +#include <stddef.h> | ||
23 | #include <stdio.h> | ||
24 | #include <stdlib.h> | ||
25 | #include <malloc.h> | ||