acadia-newlib/newlib/libc/search
Jozef Lawrynowicz 754386c7f5 Fix warnings when building for msp430-elf
The MSP430 target supports both 16-bit and 20-bit size_t and intptr_t.
Some implicit casts in Newlib expect these types to be
"long", (a 32-bit type on MSP430) which causes warnings during
compilation such as:
  "cast from pointer to integer of different size"
2020-09-03 12:55:32 +02:00
..
Makefile.am
Makefile.in
bsd_qsort_r.c
bsearch.c
db_local.h Fix warnings when building for msp430-elf 2020-09-03 12:55:32 +02:00
extern.h Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash.h Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash_bigkey.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash_buf.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash_func.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash_log2.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hash_page.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
hcreate.3
hcreate.c
hcreate_r.c Fix warnings when building for msp430-elf 2020-09-03 12:55:32 +02:00
ndbm.c
page.h Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
qsort.c
qsort_r.c
tdelete.c
tdestroy.c
tfind.c
tsearch.3
tsearch.c
twalk.c