1
0
Fork 0
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:
hp.com!davidm 2005-05-20 11:28:16 +00:00
parent 1b63be3f89
commit 97b483dcaa

View file

@ -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. */ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include "libunwind_i.h" #include "libunwind_i.h"
#include "mempool.h"
#define MAX_ALIGN (sizeof (long double)) #define MAX_ALIGN (sizeof (long double))
#define SOS_MEMORY_SIZE 16384
static char sos_memory[SOS_MEMORY_SIZE]; static char sos_memory[SOS_MEMORY_SIZE];
static char *sos_memp; static char *sos_memp;