mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
* 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>
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
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>
|
1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
* Makeconfig (rpath-link): Add resolvobjdir.
|
* Makeconfig (rpath-link): Add resolvobjdir.
|
||||||
|
@ -689,7 +689,7 @@ extern __pid_t fork __P ((void));
|
|||||||
|
|
||||||
#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
|
#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
|
||||||
/* Clone the calling process, but without copying the whole address space.
|
/* 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,
|
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. */
|
and the process ID of the new process to the old process. */
|
||||||
extern __pid_t __vfork __P ((void));
|
extern __pid_t __vfork __P ((void));
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Clone the calling process, but without copying the whole address space.
|
/* 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,
|
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. */
|
and the process ID of the new process to the old process. */
|
||||||
.globl ___vfork
|
.globl ___vfork
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Clone the calling process, but without copying the whole address space.
|
/* 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,
|
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. */
|
and the process ID of the new process to the old process. */
|
||||||
.globl ___vfork
|
.globl ___vfork
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Clone the calling process, but without copying the whole address space.
|
/* 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,
|
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. */
|
and the process ID of the new process to the old process. */
|
||||||
.globl ___vfork
|
.globl ___vfork
|
||||||
|
Reference in New Issue
Block a user