Annotation of dietlibc/dietuglyweaks.h, revision 1.4

1.1       olaf        1: #ifndef __DIET_UGLY_WEAKS__
                      2: #define __DIET_UGLY_WEAKS__
                      3: 
                      4: /* if you change something here ... KNOW what you're doing !
                      5:  * it'll effect ALL platforms ! */
                      6: 
1.4     ! olaf        7: .weak __thread_doexit
        !             8: __thread_doexit:
1.1       olaf        9: .weak __fflush_stdin
                     10: __fflush_stdin:
                     11: .weak __fflush_stdout
                     12: __fflush_stdout:
                     13: .weak __fflush_stderr
                     14: __fflush_stderr:
                     15: .weak flockfile
                     16: flockfile:
                     17: .weak funlockfile
                     18: funlockfile:
1.3       fefe       19: .weak __nop
                     20: __nop:
1.2       fefe       21: .global __you_tried_to_link_a_dietlibc_object_against_glibc
                     22: __you_tried_to_link_a_dietlibc_object_against_glibc:
1.1       olaf       23: 
                     24: #endif

LinuxTV legacy CVS <linuxtv.org/cvs>