Mike Frysinger
|
db15eef988
hide some internal pthread functions
|
19 years ago |
Mike Frysinger
|
f97fb53f14
first pass at hidden_def() macro based on the glibc one
|
19 years ago |
Mike Frysinger
|
6e6ff78b3e
touchup whitespace/comments
|
19 years ago |
Mike Frysinger
|
19c6b0171e
use the internal pthread_mutex_init()
|
19 years ago |
Mike Frysinger
|
9ac20d30b1
only define offsetof macro if it isnt already defined
|
19 years ago |
Mike Frysinger
|
5ccce35379
a small TODO
|
19 years ago |
Mike Frysinger
|
1fb4a50802
better help message for regex_old
|
19 years ago |
Peter S. Mazinger
|
bacb3513d9
Sync w/ glibc and disable everything uClibc does not provide
|
19 years ago |
Peter S. Mazinger
|
d560a541eb
Remove hp-timing.h on clean
|
19 years ago |
Peter S. Mazinger
|
765696aac5
More hiding, 300 left
|
19 years ago |
Peter S. Mazinger
|
855dca36fe
Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_internal, do not use cascading aliases
|
19 years ago |
Peter S. Mazinger
|
86450311eb
_uintmaxtostr is only internally used, we do not need a rename, uClibc_uintmaxtostr.h is only internal header, remove from target
|
19 years ago |
Peter S. Mazinger
|
4219f28cb7
Remove unneeded weak
|
19 years ago |
Peter S. Mazinger
|
4cbc1b2abe
remove wrong assumptions about __libc_x
|
19 years ago |
Peter S. Mazinger
|
f3d0a06707
Hide setstate_r, test
|
19 years ago |
Peter S. Mazinger
|
c885bf5cf9
More hiding, including __mempcpy
|
19 years ago |
Peter S. Mazinger
|
ca3067b8ce
Remove incorrect display stripping crt1.S
|
19 years ago |
Peter S. Mazinger
|
a2090a8eec
Don't strip interp.c, thx blindvt
|
19 years ago |
Mike Frysinger
|
2fbdff9839
add some notes (thanks to mjn3) as to why we need these weaks, remove all the weaks that we arent actually using atm, and in general touchup the code
|
19 years ago |
Peter S. Mazinger
|
b96b4898c1
Remove prototypes that are in kernel_sigaction.h already
|
19 years ago |
"Steven J. Hill"
|
05d909bd42
No, '__mempcpy' is used by user-space applications, like coreutils for example and glibc still has '__mempcpy' as a global symbol. How about this, do a complete buildroot file system after hacking uClibc to make sure things work? There's a novel idea.
|
19 years ago |
"Steven J. Hill"
|
d68d28e696
Enable alias for 'bcopy' otherwise BusyBox will not build *sigh*.
|
19 years ago |
"Steven J. Hill"
|
b3a5fafd07
Fix make macro. Did you even fricking test this?
|
19 years ago |
Peter S. Mazinger
|
ab793b00a8
Kill 2 redefine warnings w/ gcc-4.x
|
19 years ago |
Peter S. Mazinger
|
321eda50a4
I must have been crazy ...
|
19 years ago |
Peter S. Mazinger
|
5c325e1a16
Forgotten that this file is special and does not accept hidden, __mempcpy is hidden again
|
19 years ago |
Peter S. Mazinger
|
a5b122db0a
Make __syscall_fadvise64_64 static inline
|
19 years ago |
Peter S. Mazinger
|
8b9ed7837f
Use $@,$<
|
19 years ago |
Peter S. Mazinger
|
8a0b43005a
Hide mostly used functions
|
19 years ago |
Peter S. Mazinger
|
42b161bb71
Remove test file
|
19 years ago |