Waldemar Brodkorb
|
5b0f49037e
sync features.h with GNU C library, fixes gcc 7.1 toolchain creation
|
před 7 roky |
Waldemar Brodkorb
|
74ca8d6f5d
remove UCLIBC_HAS_LFS
|
před 8 roky |
Waldemar Brodkorb
|
836c1a7baa
Revert "glibc compat: bump glibc minor version"
|
před 9 roky |
Waldemar Brodkorb
|
4a05ed87ce
glibc compat: bump glibc minor version
|
před 9 roky |
Mike Frysinger
|
266bdc1f62
Replace FSF snail mail address with URLs
|
před 12 roky |
Peter S. Mazinger
|
82098ab9b8
guard *_chk() related stuff with UCLIBC_HAS_FORTIFY
|
před 13 roky |
Peter S. Mazinger
|
587d709218
make it possible to compile with -std=gnu99/c99 and use extern inlines
|
před 13 roky |
Peter S. Mazinger
|
e9e0fd1a2e
features.h: reorganize
|
před 15 roky |
Peter S. Mazinger
|
2d9bad0c0a
help broken apps to detect __GLIBC__ headers
|
před 15 roky |
Peter S. Mazinger
|
a9e4475b96
update headers and disable prototypes
|
před 15 roky |
Peter S. Mazinger
|
ed4533ecdc
move __linux__ to libc-internal.h
|
před 15 roky |
Peter S. Mazinger
|
a46c18e3ee
rm uClibc_arch_features.h on install
|
před 15 roky |
Denys Vlasenko
|
4a2724d93b
s/UCLIBC_INTERNAL/_LIBC/g
|
před 15 roky |
Mike Frysinger
|
fd72e30425
first pass at implementing *at funcs
|
před 15 roky |
Bernhard Reutner-Fischer
|
fa28fa1911
- remove unavailable functionality upon request (Peter Mazinger)
|
před 16 roky |
Denis Vlasenko
|
2401710fc0
features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do)
|
před 16 roky |
Denis Vlasenko
|
0f55c533b6
*: document __USE_EXTERN_INLINES better;
|
před 16 roky |
Bernhard Reutner-Fischer
|
1cf466022b
- for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into account
|
před 16 roky |
Mike Frysinger
|
42c4166f31
drop __user hack for crappy kernel headers and document the __linux__ grease
|
před 17 roky |
Bernhard Reutner-Fischer
|
2c20597657
- honor __UCLIBC_HAS_LFS__
|
před 18 roky |
Mike Frysinger
|
c3a0c54d0b
cut out _FORTIFY_SOURCE
|
před 18 roky |
Peter S. Mazinger
|
9a876e6866
Correct typo
|
před 18 roky |
Peter S. Mazinger
|
d55e6dd199
Sync w/ glibc, disabling *at interfaces
|
před 18 roky |
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
|
před 19 roky |
Peter S. Mazinger
|
b0c8130cec
Change __OPTIMIZE__ > 0 to defined(__OPTIMIZE__) as in glibc-2.3.5.
|
před 19 roky |
Mike Frysinger
|
32f94b6380
merge some misc stuff from glibc
|
před 19 roky |
Mike Frysinger
|
ac7e889a24
move misc internal definitions to a sep file to minimize differences with features.h from glibc
|
před 19 roky |
Mike Frysinger
|
22a8268ff4
In Bug 364 by hassold:
|
před 19 roky |
Mike Frysinger
|
7faa798bed
newer linux headers define __cast__ in compiler.h so lets fake it too
|
před 20 roky |
Eric Andersen
|
b33b788f89
Arrange to hide uClibc internals
|
před 20 roky |