Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!ncar!gatech!hubcap!ncrcae!sauron!wescott From: wescott@sauron.Columbia.NCR.COM (Mike Wescott) Newsgroups: comp.unix.questions Subject: Re: errno question Message-ID: <1448@sauron.Columbia.NCR.COM> Date: 14 Dec 88 15:48:18 GMT References: <827@quintus.UUCP> <415@marob.MASA.COM> <704@auspex.UUCP> Reply-To: wescott@sauron.Columbia.NCR.COM (Mike Wescott) Organization: Entry Level Systems Development, NCR Corp., Columbia, SC Lines: 20 In article <704@auspex.UUCP> guy@auspex.UUCP (Guy Harris) writes: > >EDEADLK specifies a kernel deadlock condition; EDEADLOCK specifies > >a file locking deadlock. > > Err, umm, the only place I could find EDEADLK used in the S5R3 or S5R3.1 > kernel is in the file-locking code ... used to indicate ... a file locking > deadlock, and I couldn't find *any* uses of EDEADLOCK. 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