mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* child_info.h: Bump magic number for fork/exec/spawn.
This commit is contained in:
parent
abb88b6f53
commit
d0909d913a
@ -1,3 +1,7 @@
|
||||
Sun Mar 11 16:00:58 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* child_info.h: Bump magic number for fork/exec/spawn.
|
||||
|
||||
Sat Mar 10 20:54:47 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* autoload.cc (noload): Use proper method for multiline strings or
|
||||
|
@ -12,7 +12,7 @@ details. */
|
||||
|
||||
enum
|
||||
{
|
||||
PROC_MAGIC = 0xaf0cf000,
|
||||
PROC_MAGIC = 0xaf0df000,
|
||||
PROC_FORK = PROC_MAGIC + 1,
|
||||
PROC_EXEC = PROC_MAGIC + 2,
|
||||
PROC_SPAWN = PROC_MAGIC + 3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user