Annotation of dietlibc/dietuglyweaks.h, revision 1.3

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.3     ! fefe       17: .weak __nop
        !            18: __nop:
1.2       fefe       19: .global __you_tried_to_link_a_dietlibc_object_against_glibc
                     20: __you_tried_to_link_a_dietlibc_object_against_glibc:
1.1       olaf       21: 
                     22: #endif

LinuxTV legacy CVS <linuxtv.org/cvs>