diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-16 01:40:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-16 01:40:10 +0000 |
commit | e063f2a45863c22fb8c478636cbe380d1847d4d4 (patch) | |
tree | a41fa02bb1fac73c774bd04aa3129405abf458d4 | |
parent | 52120d280211ee1edb9890adc8b1c941e24458ae (diff) |
core renamed to crash.
-rw-r--r-- | hurd/subsystems | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/subsystems b/hurd/subsystems index 282f82f8..8291d9ea 100644 --- a/hurd/subsystems +++ b/hurd/subsystems @@ -28,7 +28,7 @@ term 28000 Terminal-specific operations startup 29000 System initialization and destruction exec 30000 Process execution boot 31000 Bootstrapping -core 32000 Core dumping +crash 32000 Program crash handling (core dumps) intr 33000 Interruption ifsock 34000 S_IFSOCK node protocol for AF_LOCAL rendezvous tape 35000 Special control operations for magtapes |