pkgsrc/lang/gcc34/files/ada_lwp_self.c

7 lines
116 B
C
Raw Normal View History

2004-06-29 20:01:24 +02:00
/* Binding to _lwp_self for the Ada RTS */
#include <lwp.h>
lwpid_t ada_lwp_self(void) {
return _lwp_self();
}