]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 11 Mar 2004 04:49:05 +0000 (04:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 11 Mar 2004 04:49:05 +0000 (04:49 +0000)
2004-03-10  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: No need to
include <sysdep-cancel.h>, vfork is no cancellation point.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: Likewise.

nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S
nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S
nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S

index 5bda1609e420b8cdb1adc3aa244fa5f5358ab0d0..267736a7fbbae78f289fc8c23db92795f0a9df1d 100644 (file)
@@ -1,3 +1,11 @@
+2004-03-10  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: No need to
+       include <sysdep-cancel.h>, vfork is no cancellation point.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: Likewise.
+
 2004-03-10  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S (__vfork): Add
index be38fc283a1f2da8971efcb71631e337686af707..002af85904679ca7c2070578a104ac73a86aa116 100644 (file)
@@ -17,7 +17,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#include <sysdep-cancel.h>
+#include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
 #include <kernel-features.h>
index a1bd0185513db0a31c5e7f0ac408697ec1cae02b..4b035a61f0346e17784234296630a10620117abd 100644 (file)
@@ -17,7 +17,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#include <sysdep-cancel.h>
+#include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
 #include <kernel-features.h>
index ec7a2a1cea9d04338430c12bfc30bc03fb82a0cb..82864c91f8e91482529c33393d6ebc6139364a55 100644 (file)
@@ -17,7 +17,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#include <sysdep-cancel.h>
+#include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
 #include <kernel-features.h>
index 4fb680338d7b4a86a44fc3bb3a7c096fe09c46ae..7937622706423de05898e309c559340cf9c56bf8 100644 (file)
@@ -17,7 +17,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#include <sysdep-cancel.h>
+#include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
 #include <kernel-features.h>
This page took 0.061674 seconds and 5 git commands to generate.