Denys Vlasenko
|
4a2724d93b
s/UCLIBC_INTERNAL/_LIBC/g
|
15 éve |
Mike Frysinger
|
fd72e30425
first pass at implementing *at funcs
|
15 éve |
Bernhard Reutner-Fischer
|
fa28fa1911
- remove unavailable functionality upon request (Peter Mazinger)
|
16 éve |
Denis Vlasenko
|
2401710fc0
features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do)
|
16 éve |
Denis Vlasenko
|
0f55c533b6
*: document __USE_EXTERN_INLINES better;
|
16 éve |
Bernhard Reutner-Fischer
|
1cf466022b
- for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into account
|
16 éve |
Mike Frysinger
|
42c4166f31
drop __user hack for crappy kernel headers and document the __linux__ grease
|
17 éve |
Bernhard Reutner-Fischer
|
2c20597657
- honor __UCLIBC_HAS_LFS__
|
18 éve |
Mike Frysinger
|
c3a0c54d0b
cut out _FORTIFY_SOURCE
|
18 éve |
Peter S. Mazinger
|
9a876e6866
Correct typo
|
18 éve |
Peter S. Mazinger
|
d55e6dd199
Sync w/ glibc, disabling *at interfaces
|
18 éve |
Mike Frysinger
|
537494b031
move a bunch of arch-specific checks out of common files and into an arch specific header file to make porting/updates a lot easier
|
19 éve |
Peter S. Mazinger
|
b0c8130cec
Change __OPTIMIZE__ > 0 to defined(__OPTIMIZE__) as in glibc-2.3.5.
|
19 éve |
Mike Frysinger
|
32f94b6380
merge some misc stuff from glibc
|
19 éve |
Mike Frysinger
|
ac7e889a24
move misc internal definitions to a sep file to minimize differences with features.h from glibc
|
19 éve |
Mike Frysinger
|
22a8268ff4
In Bug 364 by hassold:
|
19 éve |
Mike Frysinger
|
7faa798bed
newer linux headers define __cast__ in compiler.h so lets fake it too
|
20 éve |
Eric Andersen
|
b33b788f89
Arrange to hide uClibc internals
|
20 éve |
Eric Andersen
|
5f93ab7005
Cleanup some dead wood in the header files
|
20 éve |
Eric Andersen
|
fbfde146ca
Cope with gcc 3.4's more aggressive persuit of attribute unused
|
20 éve |
Eric Andersen
|
7b6c8a1adc
Cope with 2.6.x headers
|
21 éve |
Eric Andersen
|
a156c18dd5
prevent some needless warnings when building w/2.6.x kernel headers
|
21 éve |
Eric Andersen
|
4ad53a1548
sigh. The cris compiler doesn't do link_warning's....
|
21 éve |
Manuel Novoa III
|
2b525c3b4f
Only define __STDC_ISO_10646__ if wide char support is enabled.
|
21 éve |
Eric Andersen
|
113471cb0b
Avoid gratuitous conflicts when used with kernel headers
|
21 éve |
Eric Andersen
|
6bcdf8107d
also carefully booleanize the false value
|
21 éve |
Eric Andersen
|
85a056b071
silly me, thats not going to work.
|
21 éve |
Eric Andersen
|
2770a21e74
An even simpler likely
|
21 éve |
Eric Andersen
|
93488c77e9
Update likely() to cope with truth values other than 1
|
21 éve |
Eric Andersen
|
6378959ced
Patch from Stefan Allius:
|
22 éve |