File:  [DVB] / dietlibc / dietuglyweaks.h
Revision 1.1: download - view: text, annotated - select for diffs
Thu Jul 26 16:08:09 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
CVS tags: HEAD
so a LITTLE change of stdio.... (urg...)
added some weak aliases to assembler returns :) that are always present.

#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:

#endif

LinuxTV legacy CVS <linuxtv.org/cvs>