]> git.sur5r.net Git - openldap/commit
pthread_create attr argument should be passed by value per POSIX
authorKurt Zeilenga <kurt@openldap.org>
Fri, 14 Aug 1998 20:41:47 +0000 (20:41 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 14 Aug 1998 20:41:47 +0000 (20:41 +0000)
commit3a431b77efe0d2db5ed44e4739e1dc537ff6cb3e
tree9c355e5cdbe0c23fa1760a969297f2c750d8766e
parent1b5451d61952b918f892d4a8792ebae4bd8bc783
pthread_create attr argument should be passed by value per POSIX
standard.  Was working as is only because pthread_attr_t is normally
a struct.  However, on some systems it may be a integer.
libraries/liblthread/thread.c