File:  [DVB] / dietlibc / dietuglyweaks.h
Revision 1.4: download - view: text, annotated - select for diffs
Mon Aug 19 17:08:56 2002 UTC (21 years, 9 months ago) by olaf
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
- make siganl ONESHOT !

for new libpthread:
- added at exit handler so if a thread calls exit the process exits
- add internal symbol in sigaction

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