1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 08:45:44 +02:00

Checking in the shared libraries for AIX.

This commit is contained in:
Doug Schaefer 2004-11-18 20:28:43 +00:00
parent 8668f1dd8b
commit 2b21f4f108
5 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# makefile for libspawner.so # makefile for libspawner.so
#set JDK_INCLUDES #set JDK_INCLUDES
JDK_INCLUDES=/usr/java131/include JDK_INCLUDES=/opt/ibm-jdk1.4.2/include
RM=rm
CC=xlc CC=xlc
CFLAGS = -I. -I$(JDK_INCLUDES) CFLAGS = -I. -I$(JDK_INCLUDES)
#CFLAGS +=-fpic -D_REENTRANT #CFLAGS +=-fpic -D_REENTRANT

View file

@ -102,7 +102,7 @@ exec_pty(const char *path, char *const argv[], char *const envp[],
channels[0] = fdm; /* Input Stream. */ channels[0] = fdm; /* Input Stream. */
channels[1] = fdm; /* Output Stream. */ channels[1] = fdm; /* Output Stream. */
channels[2] = pipe2[0]; /* stderr Stream. */ channels[2] = pipe2[0]; /* stderr Stream. */
//channels[2] = fdm; /* Input Stream. */ /*channels[2] = fdm; Input Stream. */
} }
free(full_path); free(full_path);

View file

@ -18,7 +18,7 @@ Java_org_eclipse_cdt_utils_pty_PTY_openMaster (JNIEnv *env, jobject jobj) {
master = ptym_open(line); master = ptym_open(line);
if (master >= 0) { if (master >= 0) {
// turn off echo /* turn off echo */
set_noecho(master); set_noecho(master);
/* Get a reference to the obj's class */ /* Get a reference to the obj's class */

Binary file not shown.

Binary file not shown.