summaryrefslogtreecommitdiff
path: root/lang/gcc3-ada/files/ada_lwp_self.c
blob: c4b205c60ca17f1f73963547904499e10b37f244 (plain)
1
2
3
4
5
6
/* Binding to _lwp_self for the Ada RTS */
#include <lwp.h>

lwpid_t ada_lwp_self(void) {
    return _lwp_self();
}