Home | History | Annotate | Line # | Download | only in compat
      1  1.1  christos /*	$NetBSD: pthread.h,v 1.1 2025/10/26 20:48:28 christos Exp $	*/
      2  1.1  christos 
      3  1.1  christos #ifndef COMPAT_PTHREAD_H
      4  1.1  christos #define COMPAT_PTHREAD_H
      5  1.1  christos 
      6  1.1  christos #include <sys/mutex.h>
      7  1.1  christos #include <pthread_types.h>
      8  1.1  christos 
      9  1.1  christos int     __compat_pthread_setname_np(pthread_t, const char *, void *)
     10  1.1  christos     __dso_hidden;
     11  1.1  christos int     __pthread_setname_np120(pthread_t, const char *, ...);
     12  1.1  christos #endif
     13