Path: utzoo!censor!becker!bdb From: bdb@becker.UUCP (Bruce Becker) Newsgroups: comp.unix.questions Subject: Re: errno question Message-ID: <178@becker.UUCP> Date: 18 Dec 88 15:04:04 GMT References: <827@quintus.UUCP> <415@marob.MASA.COM> <704@auspex.UUCP> <1448@sauron.Columbia.NCR.COM> Reply-To: bdb@becker.UUCP (Bruce Becker) Organization: G. T. S., Toronto, Ontario Lines: 38 In article <1448@sauron.Columbia.NCR.COM> wescott@sauron.Columbia.NCR.COM (Mike Wescott) writes: >In article <704@auspex.UUCP> guy@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@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@becker.UUCP, bruce@gpu.utcs.toronto.edu, becker@ziebmef.UUCP BitNet: BECKER@HUMBER.BITNET "Paranoia is its own reward" - Lyon Bullroarey, honorary American