Mike Frysinger
|
c9234bbc4d
use weak_alias() for data symbols, not strong_alias()
|
18 years ago |
Mike Frysinger
|
f98cea0714
steal bfin maintainership from erik
|
18 years ago |
Mike Frysinger
|
5cdf86a96f
Joseph S. Myers writes: The MIPS <bits/mman.h> header is missing definitions of POSIX_MADV_*
|
18 years ago |
Mike Frysinger
|
280b34b024
sync with glibc
|
18 years ago |
Mike Frysinger
|
331a0e429e
add a note as to why mips is special
|
18 years ago |
Eric Andersen
|
c77c9daf38
prune trailing whitespace
|
18 years ago |
Eric Andersen
|
1d1d5ecd33
doh, forgot to copy the final \0
|
18 years ago |
Eric Andersen
|
40525510c2
micro-optimization -- we already know how long the source is
|
18 years ago |
Eric Andersen
|
f8bcc098fe
cleanup whitespace
|
18 years ago |
Eric Andersen
|
375688c15d
fixup a big 'ol memory leak in search_for_named_library()
|
18 years ago |
Mike Frysinger
|
460c5d409e
remove old cruft that doesnt matter for uClibc and breaks anyways when using -std=c99
|
18 years ago |
Mike Frysinger
|
93de5c42bb
drop the trigraphs warning ... there is no reason that we actually want to use trigraphs in uClibc, so if one exists, we should be cutting it out, not ignoring it
|
19 years ago |
Mike Frysinger
|
0423bfc820
sync with glibc
|
19 years ago |
Mike Frysinger
|
4607e6235f
Fix from Thomas Brinker for byte swapping on Coldfire processors and tested by Richard Sandiford
|
19 years ago |
"Steven J. Hill"
|
4b252a4a49
Revert change to remove 'error_print_progname' so that gettext will build. It can be commented out again when someone figures out how to fix gettext building and do the proper thing.
|
19 years ago |
Peter S. Mazinger
|
7364973e51
typo stderrr
|
19 years ago |
Peter S. Mazinger
|
be534da71c
Correct build failure introduced by SUSV3_LEGACY option
|
19 years ago |
Peter S. Mazinger
|
04bbb6fdfa
Now new linuxthreads builds w/ SHARED
|
19 years ago |
Peter S. Mazinger
|
a886737c3e
Remove redundant redefine of __clone
|
19 years ago |
Peter S. Mazinger
|
b19fae0019
s/staticly/statically/, thx Bernhard Fischer
|
19 years ago |
Peter S. Mazinger
|
c29df5ad24
Guard GL(name) and it's users w/ SHARED
|
19 years ago |
Peter S. Mazinger
|
b38a7b0945
Move hidden xdr_rmtcall_args prototype before first use
|
19 years ago |
Mike Frysinger
|
39eff5150b
Richard Sandiford writes:
|
19 years ago |
Peter S. Mazinger
|
9d341d2232
Correct typo
|
19 years ago |
Peter S. Mazinger
|
a26ac41c49
Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex
|
19 years ago |
Peter S. Mazinger
|
9f853a2642
forgotten to update gettimeofday here as well
|
19 years ago |
Peter S. Mazinger
|
a4da1e43fc
Sync w/ string.h, glibc version is out of date
|
19 years ago |
Peter S. Mazinger
|
64b8d39133
Mark some functions as BSD only
|
19 years ago |
Peter S. Mazinger
|
d5f635529a
select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist
|
19 years ago |
Mike Frysinger
|
9535cbf18c
Richard Sandiford writes:
|
19 years ago |