/ crt3.s (emx+gcc) -- Copyright (c) 1990-1993 by Eberhard Mattes

#if defined (_EMXLIBC_DLL)
/ Keep these variables for compatibility with old applications
        .globl  __ctor_ptr
        .globl  __dtor_ptr
#else
        .globl  _errno
#endif

        .data

#if defined (_EMXLIBC_DLL)
/ Keep these variables for compatibility with old applications
__ctor_ptr:     .long   0
__dtor_ptr:     .long   0
#else
_errno:         .long   0
#endif
