Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 8 Oct 1999 07:03:03 +0000 (07:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 8 Oct 1999 07:03:03 +0000 (07:03 +0000)
commit9640bbe1c1fab7e1373e59160889b1fbc0bd000c
tree287038440c837cce542aba340414a0ce3b677f35
parent10507e559514de6b31d1b81cbcc3c81b662aef89
Update.

1999-10-07  Ulrich Drepper  <drepper@cygnus.com>

* Implies: New file.
* internals.h (struct _pthread_descr_struct): Add p_startfct.
* manager.c (pthread_handle_create): Initialize p_startfct.
* pthread.c: Define __linuxthread_pthread_sizeof_descr variable.
44 files changed:
linuxthreads/ChangeLog
linuxthreads/Implies [new file with mode: 0644]
linuxthreads/internals.h
linuxthreads/manager.c
linuxthreads/pthread.c
linuxthreads_db/ChangeLog [new file with mode: 0644]
linuxthreads_db/Makefile [new file with mode: 0644]
linuxthreads_db/proc_service.h [new file with mode: 0644]
linuxthreads_db/td_init.c [new file with mode: 0644]
linuxthreads_db/td_log.c [new file with mode: 0644]
linuxthreads_db/td_ta_delete.c [new file with mode: 0644]
linuxthreads_db/td_ta_enable_stats.c [new file with mode: 0644]
linuxthreads_db/td_ta_event_addr.c [new file with mode: 0644]
linuxthreads_db/td_ta_get_nthreads.c [new file with mode: 0644]
linuxthreads_db/td_ta_get_ph.c [new file with mode: 0644]
linuxthreads_db/td_ta_get_stats.c [new file with mode: 0644]
linuxthreads_db/td_ta_map_id2thr.c [new file with mode: 0644]
linuxthreads_db/td_ta_map_lwp2thr.c [new file with mode: 0644]
linuxthreads_db/td_ta_new.c [new file with mode: 0644]
linuxthreads_db/td_ta_reset_stats.c [new file with mode: 0644]
linuxthreads_db/td_ta_setconcurrency.c [new file with mode: 0644]
linuxthreads_db/td_ta_thr_iter.c [new file with mode: 0644]
linuxthreads_db/td_ta_tsd_iter.c [new file with mode: 0644]
linuxthreads_db/td_thr_clear_event.c [new file with mode: 0644]
linuxthreads_db/td_thr_dbresume.c [new file with mode: 0644]
linuxthreads_db/td_thr_dbsuspend.c [new file with mode: 0644]
linuxthreads_db/td_thr_event_enable.c [new file with mode: 0644]
linuxthreads_db/td_thr_event_getmsg.c [new file with mode: 0644]
linuxthreads_db/td_thr_get_info.c [new file with mode: 0644]
linuxthreads_db/td_thr_getfpregs.c [new file with mode: 0644]
linuxthreads_db/td_thr_getgregs.c [new file with mode: 0644]
linuxthreads_db/td_thr_getxregs.c [new file with mode: 0644]
linuxthreads_db/td_thr_getxregsize.c [new file with mode: 0644]
linuxthreads_db/td_thr_set_event.c [new file with mode: 0644]
linuxthreads_db/td_thr_setfpregs.c [new file with mode: 0644]
linuxthreads_db/td_thr_setgregs.c [new file with mode: 0644]
linuxthreads_db/td_thr_setprio.c [new file with mode: 0644]
linuxthreads_db/td_thr_setsigpending.c [new file with mode: 0644]
linuxthreads_db/td_thr_setxregs.c [new file with mode: 0644]
linuxthreads_db/td_thr_sigsetmask.c [new file with mode: 0644]
linuxthreads_db/td_thr_tsd.c [new file with mode: 0644]
linuxthreads_db/td_thr_validate.c [new file with mode: 0644]
linuxthreads_db/thread_db.h [new file with mode: 0644]
linuxthreads_db/thread_dbP.h [new file with mode: 0644]