Annotation of dietlibc/dietuglyweaks.h, revision 1.7

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.6       sanjiyan    7: .macro DEF_G name
                      8: .global \name
1.7     ! leitner     9: .type \name,@function
1.6       sanjiyan   10: \name:
                     11: .endm
                     12: .macro DEF_W name
                     13: .weak \name
1.7     ! leitner    14: .type \name,@function
1.6       sanjiyan   15: \name:
                     16: .endm
                     17: 
                     18: DEF_W __fflush_stderr
                     19: DEF_W __fflush_stdin
                     20: DEF_W __fflush_stdout
                     21: DEF_W __nop
                     22: DEF_W __thread_doexit
                     23: DEF_W flockfile
                     24: DEF_W ftrylockfile
                     25: DEF_W funlockfile
                     26: 
                     27: DEF_G __you_tried_to_link_a_dietlibc_object_against_glibc
1.1       olaf       28: 
                     29: #endif

LinuxTV legacy CVS <linuxtv.org/cvs>