errno question

Bruce Becker bdb at becker.UUCP
Mon Dec 19 01:04:04 AEST 1988


In article <1448 at sauron.Columbia.NCR.COM> wescott at sauron.Columbia.NCR.COM (Mike Wescott) writes:
>In article <704 at auspex.UUCP> guy at auspex.UUCP (Guy Harris) writes:
> [...]
>The S5R3.2 sys/errno.h shows:
>
>#define	EDEADLK	45	/* Deadlock condition.			*/
>
>/* Convergent Error Returns */
>#define EDEADLOCK 56	/* file locking deadlock error		*/
>
>And the corresponding man page only talks about EDEADLK being related
>to file locking.  EDEADLOCK is not mentioned.  I would guess that EDEADLOCK
>is cruft left around from a Convergent port.
>-- 
>	-Mike Wescott
>	 mike.wescott at ncrcae.Columbia.NCR.COM



>From CTIX 3.5.1 on AT&T 3B1 (approximately System V release 2):

/* Convergent Error Returns */
[...]
#define EDEADLOCK 56	/* file locking deadlock error		*/
[...]
#ifndef BASSLOCKING
#define ENOLCK 58	/* no more locks available		*/
#define EDEADLK 59	/* file locking deadlock error		*/
#endif



Cheers,
-- 
Bruce Becker        Toronto, Ont.
Internet: bdb at becker.UUCP, bruce at gpu.utcs.toronto.edu, becker at ziebmef.UUCP
BitNet:   BECKER at HUMBER.BITNET
"Paranoia is its own reward" - Lyon Bullroarey, honorary American



More information about the Comp.unix.questions mailing list