=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/pthread_np.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/include/pthread_np.h 2017/10/15 23:40:33 1.1 --- src/include/pthread_np.h 2019/02/04 17:18:08 1.2 *************** *** 1,4 **** ! /* $OpenBSD: pthread_np.h,v 1.1 2017/10/15 23:40:33 guenther Exp $ */ /* * Copyright (c) 1996-98 John Birrell . * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: pthread_np.h,v 1.2 2019/02/04 17:18:08 tedu Exp $ */ /* * Copyright (c) 1996-98 John Birrell . * All rights reserved. *************** *** 45,50 **** --- 45,51 ---- __BEGIN_DECLS int pthread_mutexattr_getkind_np(pthread_mutexattr_t); int pthread_mutexattr_setkind_np(pthread_mutexattr_t *, int); + void pthread_get_name_np(pthread_t, char *, size_t); void pthread_set_name_np(pthread_t, const char *); int pthread_stackseg_np(pthread_t, stack_t *); int pthread_main_np(void);