hppa: Update lowlevellock.h.
[glibc.git] / ports / sysdeps / hppa / entry.h
blobb024db2be77dd027b36550aa05392888fd166255
1 #ifndef __ASSEMBLY__
2 extern void _start (void);
3 #endif
5 /* The function's entry point is stored in the first word of the
6 function descriptor (plabel) of _start(). */
7 #define ENTRY_POINT __canonicalize_funcptr_for_compare(_start)
9 /* We have to provide a special declaration. */
10 #define ENTRY_POINT_DECL(class) class void _start (void);