File:  [DVB] / dietlibc / dietuglyweaks.h
Revision 1.5: download - view: text, annotated - select for diffs
Mon Oct 13 14:39:23 2003 UTC (20 years, 7 months ago) by sanjiyan
Branches: MAIN
CVS tags: HEAD
make the HUGE_VAL/HUGE_VALF macros arch (endien) independend
changeing __dtostr so that it returns "inf" for an inf-value not "nan"
fixing the strrchr bug (reported by Gernot Tenchio)
fixing the strtoul/strtoull bug (reported by Gernot Tenchio)
adding the patch to printf (Gernot Tenchio)

#ifndef __DIET_UGLY_WEAKS__
#define __DIET_UGLY_WEAKS__

/* if you change something here ... KNOW what you're doing !
 * it'll effect ALL platforms ! */

.weak __thread_doexit
__thread_doexit:
.weak __fflush_stdin
__fflush_stdin:
.weak __fflush_stdout
__fflush_stdout:
.weak __fflush_stderr
__fflush_stderr:
.weak flockfile
flockfile:
.weak ftrylockfile
ftrylockfile:
.weak funlockfile
funlockfile:
.weak __nop
__nop:
.global __you_tried_to_link_a_dietlibc_object_against_glibc
__you_tried_to_link_a_dietlibc_object_against_glibc:

#endif

LinuxTV legacy CVS <linuxtv.org/cvs>