Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 20 May 1998 14:34:51 +0000 (14:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 20 May 1998 14:34:51 +0000 (14:34 +0000)
* sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
the" in one line - fixed it.
* sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
* sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
* posix/unistd.h: Likewise

1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

ChangeLog
posix/unistd.h
sysdeps/unix/bsd/hp/m68k/vfork.S
sysdeps/unix/bsd/sun/m68k/vfork.S
sysdeps/unix/bsd/vax/vfork.S

index 7f3cd27..070fac1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
 
+       * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
+       the" in one line - fixed it.
+       * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
+       * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
+       * posix/unistd.h: Likewise
+
+1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
        * Makeconfig (rpath-link): Add resolvobjdir.
        (resolvobjdir): New variable.
        Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
index 604b2a3..c824311 100644 (file)
@@ -689,7 +689,7 @@ extern __pid_t fork __P ((void));
 
 #if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
 /* Clone the calling process, but without copying the whole address space.
-   The calling process is suspended until the the new process exits or is
+   The calling process is suspended until the new process exits or is
    replaced by a call to `execve'.  Return -1 for errors, 0 to the new process,
    and the process ID of the new process to the old process.  */
 extern __pid_t __vfork __P ((void));
index 18519ab..33af14e 100644 (file)
@@ -23,7 +23,7 @@
 #endif
 
 /* Clone the calling process, but without copying the whole address space.
-   The calling process is suspended until the the new process exits or is
+   The calling process is suspended until the new process exits or is
    replaced by a call to `execve'.  Return -1 for errors, 0 to the new process,
    and the process ID of the new process to the old process.  */
 .globl ___vfork
index e26466b..5b15db6 100644 (file)
@@ -23,7 +23,7 @@
 #endif
 
 /* Clone the calling process, but without copying the whole address space.
-   The calling process is suspended until the the new process exits or is
+   The calling process is suspended until the new process exits or is
    replaced by a call to `execve'.  Return -1 for errors, 0 to the new process,
    and the process ID of the new process to the old process.  */
 .globl ___vfork
index b132a67..b2458cb 100644 (file)
@@ -23,7 +23,7 @@
 #endif
 
 /* Clone the calling process, but without copying the whole address space.
-   The calling process is suspended until the the new process exits or is
+   The calling process is suspended until the new process exits or is
    replaced by a call to `execve'.  Return -1 for errors, 0 to the new process,
    and the process ID of the new process to the old process.  */
 .globl ___vfork