Peter S. Mazinger
|
da6cf3047e
include math.h to get the prototype
|
19 years ago |
Mike Frysinger
|
cccc549ced
initial import of latest linuxthreads
|
20 years ago |
Mike Frysinger
|
e73b121173
make the extra warnings optional
|
20 years ago |
Mike Frysinger
|
0cc50b53fc
John Bowler writes in Bug 385:
|
20 years ago |
Peter S. Mazinger
|
5ae3423206
don't include wchar.h if WCHAR is disabled
|
20 years ago |
Mike Frysinger
|
ded219589f
Khem Raj says:
|
20 years ago |
Mike Frysinger
|
5093fcf120
rename local var brk to _brk
|
20 years ago |
Mike Frysinger
|
1bb5e5dea2
John Bowler says: use (!thumb) instead of (arm) since thumb defines arm
|
20 years ago |
Mike Frysinger
|
fa30ad140d
John Bowler writes in Bug 385:
|
20 years ago |
Mike Frysinger
|
8504c3b4d8
John Bowler writes in Bug 385:
|
20 years ago |
Mike Frysinger
|
8472ea4c5d
John Bowler writes in Bug 385:
|
20 years ago |
Peter S. Mazinger
|
6ba32f3805
strlen is -cheaper- then strnlen
|
20 years ago |
Peter S. Mazinger
|
2aabb64461
Add IMA compiling
|
20 years ago |
"Jan-Benedict Glaw"
|
f118c166cb
Assebler sources ment to be preprocessed shouldn't contain assembler
|
20 years ago |
Peter S. Mazinger
|
6af91aa03a
Undo -std=c99 and related -D__ASSEMBLER__
|
20 years ago |
Peter S. Mazinger
|
49cd0c4d7b
back to inline, mips fails
|
20 years ago |
Peter S. Mazinger
|
f4b90fe63a
some more prototypes
|
20 years ago |
Peter S. Mazinger
|
75b1747bb2
make regex a little bit smaller
|
20 years ago |
Peter S. Mazinger
|
bda2d7e868
another attempt to fix sendfile64
|
20 years ago |
Peter S. Mazinger
|
412218429d
Sync w/ glibc
|
20 years ago |
Peter S. Mazinger
|
75443475a4
Enable -std=c99 if supported, this will define __STDC_VERSION__, have to -D__ASSEMBLER__, bug in all gcc
|
20 years ago |
Peter S. Mazinger
|
fd9ddddb90
make it build if WCHAR is disabled
|
20 years ago |
Peter S. Mazinger
|
d338c96917
Too many sparc versions ;-(, another hidden bcopy removed
|
20 years ago |
Peter S. Mazinger
|
15a00dfca4
Remove arch specific hidden bcopy
|
20 years ago |
Peter S. Mazinger
|
9de494dadb
Change the only bcopy user to memmove and remove internal version of bcopy
|
20 years ago |
Peter S. Mazinger
|
514c861a1d
Why this?
|
20 years ago |
Peter S. Mazinger
|
12b1e22b17
Using hidden_proto solves this internally, my proposal was wrong
|
20 years ago |
Peter S. Mazinger
|
c1c1a4f9cd
Use memset instead of bzero
|
20 years ago |
Peter S. Mazinger
|
34868b2502
hidden moved to prototype
|
20 years ago |
Mike Frysinger
|
2607bee419
Patch by Joseph S. Myers to add support for ARM EABI
|
20 years ago |