summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/thread.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/posix_users/thread.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix_users/thread.t b/doc/posix_users/thread.t
index d755fdbd11..2017dc15f2 100644
--- a/doc/posix_users/thread.t
+++ b/doc/posix_users/thread.t
@@ -887,10 +887,10 @@ family of routines to which this routine belongs is supported.
#include <pthread.h>
int pthread_create(
-pthread_t *thread,
-const pthread_attr_t *attr,
-void (*start_routine)( void CVS Makefile cancel.t clock.t cond.t cspecific.t device.t files.t io.t j key.t memorymgmt.t message.t mutex.t nodesc nodescr posix_users.cps posix_users.fns posix_users.texi preface.texi procenv.t process.t psxmsg.t sched.t semaphores.t signal.t systemdb.t thread.t ),
-void *arg
+ pthread_t *thread,
+ const pthread_attr_t *attr,
+ void (*start_routine)( void *),
+ void *arg
);
@end example