File:  [DVB] / dietlibc / dietuglyweaks.h
Revision 1.3: download - view: text, annotated - select for diffs
Wed Feb 6 00:00:37 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
CVS tags: HEAD
tzfile.c did not compile if one disabled time zone parsing in
dietfeatures.h.
gethostbyname_r matched case sensitively in /etc/hosts.

#ifndef __DIET_UGLY_WEAKS__
#define __DIET_UGLY_WEAKS__

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

.weak __fflush_stdin
__fflush_stdin:
.weak __fflush_stdout
__fflush_stdout:
.weak __fflush_stderr
__fflush_stderr:
.weak flockfile
flockfile:
.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>