diff options
Diffstat (limited to 'gdb/vx-share')
-rw-r--r-- | gdb/vx-share/wait.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/vx-share/wait.h b/gdb/vx-share/wait.h index cb8d1b5bbaa..f4670c0d050 100644 --- a/gdb/vx-share/wait.h +++ b/gdb/vx-share/wait.h @@ -10,9 +10,9 @@ modification history 01a,05jun90,llk borrowed. */ -/* Define how to access the structure that the wait system call stores. - On many systems, there is a structure defined for this. - But on vanilla-ish USG systems there is not. */ +/* Define how to access the structure that the wait system call + stores. On many systems, there is a structure defined for + this. */ #ifndef HAVE_WAIT_STRUCT #define WAITTYPE int |