diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-04-11 02:50:59 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-04-11 02:50:59 +0000 |
| commit | 1c1426e119c03fc673d9244fdf9da72b83c240ab (patch) | |
| tree | 9da4a818095d5f5fa2b7d650880cfe959276fb7e | |
| parent | 5a2c216688015f30a557155b80779a23014a7c5c (diff) | |
Notes
| -rw-r--r-- | include/pthread_np.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h index e4b5be13b382..ce055f39a004 100644 --- a/include/pthread_np.h +++ b/include/pthread_np.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. + * Copyright (c) 1996-98 John Birrell <jb@cimlogic.com.au>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -44,6 +44,7 @@ int pthread_single_np __P((void)); int pthread_suspend_np __P((pthread_t)); int pthread_mutexattr_getkind_np __P((pthread_mutexattr_t attr)); int pthread_mutexattr_setkind_np __P((pthread_mutexattr_t *attr, int kind)); +void pthread_set_name_np __P((pthread_t, char *)); __END_DECLS #endif |
