View | Details | Raw Unified | Return to ticket 5792
Collapse All | Expand All

(-)a/src/srun/libsrun/srun_job.c (+5 lines)
Lines 113-118 static int shepherd_fd = -1; Link Here
113
static pthread_t signal_thread = (pthread_t) 0;
113
static pthread_t signal_thread = (pthread_t) 0;
114
static int pty_sigarray[] = { SIGWINCH, 0 };
114
static int pty_sigarray[] = { SIGWINCH, 0 };
115
115
116
#ifdef __FreeBSD__
117
#define __environ environ
118
extern char **environ;
119
#endif
120
116
/*
121
/*
117
 * Prototypes:
122
 * Prototypes:
118
 */
123
 */

Return to ticket 5792