diff options
author | Felix Lee <flee@cygnus> | 1998-10-13 00:55:20 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1998-10-13 00:55:20 +0000 |
commit | bbee94c77cc8d72f29c13edb6313c770cadd4c26 (patch) | |
tree | 2b5f9e9213cbedd2a6ed0e2255971ad2a42f7d1e /gdb/ChangeLog | |
parent | 908b91363126daa76867087cbba3afcd44ba2833 (diff) | |
download | gdb-bbee94c77cc8d72f29c13edb6313c770cadd4c26.zip gdb-bbee94c77cc8d72f29c13edb6313c770cadd4c26.tar.gz gdb-bbee94c77cc8d72f29c13edb6313c770cadd4c26.tar.bz2 |
* sol-thread.c (ps_pstop, etc): different solaris versions have
slightly different prototypes in proc_service.h; compensate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d698319..678251c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 13 00:51:48 1998 Felix Lee <flee@cygnus.com> + + * sol-thread.c (ps_pstop, etc): different solaris versions have + slightly different prototypes in proc_service.h; compensate. + 1998-10-12 Jason Molenda (jsm@bugshack.cygnus.com) * configure.in: Check for sys/debugreg.h, asm/debugreg.h. |