Annotation of dietlibc/dietuglyweaks.h, revision 1.2

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: 
                      7: .weak __fflush_stdin
                      8: __fflush_stdin:
                      9: .weak __fflush_stdout
                     10: __fflush_stdout:
                     11: .weak __fflush_stderr
                     12: __fflush_stderr:
                     13: .weak flockfile
                     14: flockfile:
                     15: .weak funlockfile
                     16: funlockfile:
1.2     ! fefe       17: .global __you_tried_to_link_a_dietlibc_object_against_glibc
        !            18: __you_tried_to_link_a_dietlibc_object_against_glibc:
1.1       olaf       19: 
                     20: #endif

LinuxTV legacy CVS <linuxtv.org/cvs>