Fix concurrent changes on nscd aware files (BZ #23178)
[glibc.git] / sysdeps / ia64 / entry.h
blobe11b49fc53602eb8a0524119a49da9a9deb83f9f
1 #include <link.h>
2 #include <dl-fptr.h>
4 #ifndef __ASSEMBLY__
5 extern void _start (void);
6 #endif
8 /* The function's entry point is stored in the first word of the
9 function descriptor (plabel) of _start(). */
10 #define ENTRY_POINT ELF_PTR_TO_FDESC (_start)->ip
12 /* We have to provide a special declaration. */
13 #define ENTRY_POINT_DECL(class) class void _start (void);