Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ulrich Drepper committed Mar 11, 2004
1 parent e6d939b commit 6d3a2be
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6d3a2be

Please sign in to comment.