mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 03:53:43 +01:00
Drop include of "mempool.h", which causes problems in the kernel, due to
a conflicting <linux/mempool.h>. (SOS_MEMORY_SIZE): Move to libunwind_i.h. (Logical change 1.295)
This commit is contained in:
parent
1b63be3f89
commit
97b483dcaa
1 changed files with 0 additions and 2 deletions
|
@ -24,10 +24,8 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#include "libunwind_i.h"
|
||||
#include "mempool.h"
|
||||
|
||||
#define MAX_ALIGN (sizeof (long double))
|
||||
#define SOS_MEMORY_SIZE 16384
|
||||
|
||||
static char sos_memory[SOS_MEMORY_SIZE];
|
||||
static char *sos_memp;
|
||||
|
|
Loading…
Reference in a new issue