Mike Frysinger
|
772b1913c7
add some copyright/license info
|
19 years ago |
Mike Frysinger
|
bd5827f470
use just __getdents64 rather than either __getdents and __getdents64 when possible (saves space and gives us access to d_type most of the time)
|
19 years ago |
Mike Frysinger
|
cfdee7ee02
we get d_type from the kernel so use it
|
19 years ago |
Mike Frysinger
|
02ae0a4e9d
make build output a little less noisy
|
19 years ago |
Mike Frysinger
|
9bf5af92ea
make build output a little less noisy
|
19 years ago |
Mike Frysinger
|
15b87e6a3f
fix warning when building on non-mmu hosts
|
19 years ago |
Mike Frysinger
|
a7240d19c0
glibc sync
|
19 years ago |
Mike Frysinger
|
0f8c0e81b6
touchup test to have some more helpful output
|
19 years ago |
Mike Frysinger
|
c429bf3057
import files from glibc for an ia64/static port
|
19 years ago |
Peter S. Mazinger
|
798669dc65
Dont link and remove link.h
|
19 years ago |
Mike Frysinger
|
b445ebef4e
integrate frv link.h
|
19 years ago |
Mike Frysinger
|
7285da14ed
unify duplicated code cause i get tired of updating this stuff
|
19 years ago |
Peter S. Mazinger
|
786126e2b1
Weaken libc's hidden fork versions, ltp test failed
|
19 years ago |
Peter S. Mazinger
|
0140324c10
attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnu
|
19 years ago |
Peter S. Mazinger
|
6b295db049
disable hidden_proto/def for __BCC__ generally
|
19 years ago |
Peter S. Mazinger
|
08d5fc12a5
add -DNOT_IN_libc
|
19 years ago |
Peter S. Mazinger
|
635beebf1e
hide __td_agent_list
|
19 years ago |
Peter S. Mazinger
|
4594edc979
Use write instead of __libc_write for debug, hide __td_debug
|
19 years ago |
Peter S. Mazinger
|
8bdad7ecff
Hide internal wrapper
|
19 years ago |
Peter S. Mazinger
|
b9a5236299
err() is not used internally
|
19 years ago |
Peter S. Mazinger
|
62e24ca477
getopt_long[_only] visible only if GNU getopt used
|
19 years ago |
Peter S. Mazinger
|
1d05822f29
Use internal versions of strchr and stderr for non-BCC
|
19 years ago |
Peter S. Mazinger
|
9e2b0f0f80
even the hidden version of the weaks in libc (as strong in libpthread) have to be weaks
|
19 years ago |
Peter S. Mazinger
|
e4e43d658d
prototype was wrong, change not tested
|
19 years ago |
Peter S. Mazinger
|
3b4650a23f
fix typo s/__initbrk/__init_brk/
|
19 years ago |
Peter S. Mazinger
|
39d1c1774d
missed another global data marking
|
19 years ago |
Peter S. Mazinger
|
940c777f9d
Make it build w/ HAVE_SHARED disabled and SSP enabled
|
19 years ago |
Peter S. Mazinger
|
b326308200
Use -DSTATIC and remove stub_warning, not accepted
|
19 years ago |
Peter S. Mazinger
|
c57c602353
everything uses now CFLAGS, no need to add anything to CPU_FLAGS, add -DSTATIC for those not needing shared libs, needed to be seen in libc-symbols.h
|
19 years ago |
Peter S. Mazinger
|
1de7b5deae
missed two __curbrk
|
19 years ago |