1 #ifndef HWLOC_PORT_FREEBSD_SYS_THR_H
2 #define HWLOC_PORT_FREEBSD_SYS_THR_H
3 
4 int thr_self(long *id);
5 
6 #endif /* HWLOC_PORT_FREEBSD_SYS_THR_H */
7