Haavard Skinnemoen
|
8e2424ffec
avr32: splice(), vmsplice() and tee() support
|
16 years ago |
Carmelo Amoroso
|
fa4e63add8
Fix build failure due to missing 'smallint' definition
|
16 years ago |
Carmelo Amoroso
|
9811a4df8a
Fix build failure due to missing 'smallint' definition
|
16 years ago |
Denis Vlasenko
|
06607b674f
Slight size reduction by use of smallints/consts:
|
16 years ago |
Denis Vlasenko
|
06135d973d
__uClibc_main.c: save ~70 bytes by not checking that /dev/null
|
16 years ago |
Bernhard Reutner-Fischer
|
18f27be358
- use -print-file-name
|
16 years ago |
Bernhard Reutner-Fischer
|
5e25c1061c
- avoid warning about cast from pointer to integer of different size
|
16 years ago |
Denis Vlasenko
|
267b2d15fd
arm memcpy: fix the case when src=dst
|
16 years ago |
Bernhard Reutner-Fischer
|
b7a3469048
- for non-threaded, non-macro case we were missing __GI_fputc (for e.g. error.c)
|
16 years ago |
Bernhard Reutner-Fischer
|
ba3b529ac8
- fix compilation error
|
16 years ago |
Bernhard Reutner-Fischer
|
1501c7892a
- rename to match the set*() function's filename
|
16 years ago |
Bernhard Reutner-Fischer
|
1be726f880
- rename to match the setdomainname filename
|
16 years ago |
Denis Vlasenko
|
e7d80fac04
convert two more static ints used as flags to smallints
|
16 years ago |
Bernhard Reutner-Fischer
|
cd87a6218b
- Wrap overlong comment-lines. No object-code changes
|
16 years ago |
Bernhard Reutner-Fischer
|
a3cbb12940
- my manpage sais that init_module, create_module, query_module, delete_module
|
16 years ago |
Bernhard Reutner-Fischer
|
9fd3751e5e
- fix warning about old-style function definition
|
16 years ago |
Bernhard Reutner-Fischer
|
1fa51d5755
- fix warning about static not being at the beginning of a decl
|
16 years ago |
Bernhard Reutner-Fischer
|
82ffefbd30
- do not delete the libs i keep for size-comparison
|
16 years ago |
Denis Vlasenko
|
88917b0f14
replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.
|
16 years ago |
Denis Vlasenko
|
43eb269ab1
getopt: do not needlessly use static structure.
|
16 years ago |
Denis Vlasenko
|
380783acef
Introduce and use small[u]int type. Changes in size:
|
16 years ago |
Denis Vlasenko
|
86be6a0207
add an URL to relevant gcc bugzilla entry
|
16 years ago |
Denis Vlasenko
|
143fdd3a3b
suppress "asm declaration ignored due to conflict with previous rename"
|
16 years ago |
Bernhard Reutner-Fischer
|
e969404db0
- note that __drand48_iterate should be void
|
16 years ago |
Bernhard Reutner-Fischer
|
11975abb2c
- remove old-style definitions. No object-code changes.
|
16 years ago |
Bernhard Reutner-Fischer
|
6a9087f96b
- avoid warning due to undefined preprocessor token
|
16 years ago |
Bernhard Reutner-Fischer
|
2b8b40a2a7
- avoid warning due to undefined preprocessor token
|
16 years ago |
Bernhard Reutner-Fischer
|
80af4542c0
- make it compile with !__UCLIBC_HAS_LOCALE__
|
16 years ago |
Bernhard Reutner-Fischer
|
bad2262ab3
- silence warning
|
16 years ago |
Carmelo Amoroso
|
de1bfc58ed
Synch extern declaration with definition provided in __uClibc_main.c
|
16 years ago |