* config/rs6000/tm-rs6000.h (setpgrp): move defn from here...

* config/rs6000/xm-rs6000.h: ...to here.
This commit is contained in:
J.T. Conklin 1994-11-28 19:14:29 +00:00
parent 04576ab6cc
commit 8bab380825
2 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

@ -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)