mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-18 08:29:30 +00:00
* config/rs6000/tm-rs6000.h (setpgrp): move defn from here...
* config/rs6000/xm-rs6000.h: ...to here.
This commit is contained in:
parent
04576ab6cc
commit
8bab380825
@ -1,3 +1,8 @@
|
||||
Mon Nov 28 11:03:14 1994 J.T. Conklin (jtc@rtl.cygnus.com)
|
||||
|
||||
* config/rs6000/tm-rs6000.h (setpgrp): move defn from here...
|
||||
* config/rs6000/xm-rs6000.h: ...to here.
|
||||
|
||||
Mon Nov 28 09:17:20 1994 Stu Grossman (grossman@cygnus.com)
|
||||
|
||||
* gdbtk.tcl (build_framework): Fix bug with setting window titles.
|
||||
|
@ -102,3 +102,8 @@ aix_resizewindow () \
|
||||
chars_per_line = val; \
|
||||
} \
|
||||
}
|
||||
|
||||
/* setpgrp() messes up controling terminal. The other version of it
|
||||
requires libbsd.a. */
|
||||
#define setpgrp(XX,YY) setpgid (XX, YY)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user