Changed the prototype of thread_create and thread_self to return the
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Tue, 16 Nov 1999 10:29:27 +0000 (10:29 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Tue, 16 Nov 1999 10:29:27 +0000 (10:29 +0000)
commitf0f028abd2df8255a68165c11d22e0433b600fdf
tree4dc5c76a2ce3a6afb4e52df148048a2af25bf30d
parentb1d311d00cf8855c691efda45bc1f8194da5be1b
Changed the prototype of thread_create and thread_self to return the

1999-11-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

        * gthread-posix.c, gthread-solaris.c: Changed the prototype of
        thread_create and thread_self to return the system thread into
        provided memory instead of a return value. This is necessary, as
        HPUX has a pthread_t, that is bigger than the biggest integral
        type there. Made some more functions static.

        * gthread-posix.c: Small fixes for DCE threads: Detaching has to
        be done after thread creation for DCE.
gthread/ChangeLog
gthread/gthread-posix.c
gthread/gthread-solaris.c