zsh-workers
 help / color / mirror / code / Atom feed
* waitjob on IRIX
@ 2000-11-21 12:40 jarausch
  0 siblings, 0 replies; only message in thread
From: jarausch @ 2000-11-21 12:40 UTC (permalink / raw)
  To: zsh-workers

Hi,

building current zsh (cvs-version) on my IRIX 6.5.9 box breaks
because here there is a wait_job declaration in
/usr/include/sys/resource.h

extern int syssgi_waitjob(job_info_t *, jid_t *);

with


typedef struct job_info_s {
	jid_t		job_id;			/* Job ID */
	__int64_t	job_limitflag;		/* limit enforcement flag */
	uid_t		job_uid;		/* uid of job initiator */
	time_t		job_start;		/* time of job start */
	__int64_t	fill1[2];		/* room to grow */
	jres_t		job_data[JLIM_NLIMITS];	/* job usage and limit data */
	__int64_t	fill2[8];		/* room to grow */
} job_info_t;


and
typedef __int64_t	jid_t;		/* job ID */


So we probably have to change the name of our waitjob
in jobs.c ?

Thanks for a comment,
Helmut.



-- 
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-11-21 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-21 12:40 waitjob on IRIX jarausch

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).