commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd/libpthread sysdeps/mach/hurd/i386/pt-setup...


From: Neal H. Walfield
Subject: hurd/libpthread sysdeps/mach/hurd/i386/pt-setup...
Date: Mon, 25 Nov 2002 16:07:35 -0500

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Changes by:     Neal H. Walfield <address@hidden>       02/11/25 16:07:35

Modified files:
        libpthread/sysdeps/mach/hurd/i386: pt-setup.c 
        libpthread     : ChangeLog 

Log message:
        2002-11-25  Neal H. Walfield  <address@hidden>
        
        * sysdeps/mach/hurd/i386/pt-setup.c (__pthread_setup): Fix last
        change.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libpthread/sysdeps/mach/hurd/i386/pt-setup.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/libpthread/ChangeLog.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: hurd/libpthread/ChangeLog
diff -u hurd/libpthread/ChangeLog:1.5 hurd/libpthread/ChangeLog:1.6
--- hurd/libpthread/ChangeLog:1.5       Mon Nov 18 17:20:58 2002
+++ hurd/libpthread/ChangeLog   Mon Nov 25 16:07:35 2002
@@ -1,3 +1,8 @@
+2002-11-25  Neal H. Walfield  <address@hidden>
+
+       * sysdeps/mach/hurd/i386/pt-setup.c (__pthread_setup): Fix last
+       change.
+
 2002-11-18  Neal H. Walfield  <address@hidden>
 
        * sysdeps/mach/pt-wakeup.c (__pthread_wakeup): Use the size of
Index: hurd/libpthread/sysdeps/mach/hurd/i386/pt-setup.c
diff -u hurd/libpthread/sysdeps/mach/hurd/i386/pt-setup.c:1.2 
hurd/libpthread/sysdeps/mach/hurd/i386/pt-setup.c:1.3
--- hurd/libpthread/sysdeps/mach/hurd/i386/pt-setup.c:1.2       Mon Nov 18 
17:20:58 2002
+++ hurd/libpthread/sysdeps/mach/hurd/i386/pt-setup.c   Mon Nov 25 16:07:34 2002
@@ -89,7 +89,7 @@
   thread->mcontext.pc = entry_point;
   thread->mcontext.sp = stack_setup (thread, start_routine, arg);
 
-  ktid = __mach_port_self ();
+  ktid = __mach_thread_self ();
   if (thread->kernel_thread != ktid)
     {
       err = __thread_set_pcsp (thread->kernel_thread,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]