Date: Fri, 17 Nov 2000 21:49:20 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Peter J. Farley III" Message-Id: <1858-Fri17Nov2000214920+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <5.0.1.4.0.20001117134830.00a58be0@pop5.banet.net> (pjfarley AT banet DOT net) Subject: Re: "Mark E." References: <5 DOT 0 DOT 1 DOT 4 DOT 0 DOT 20001117134830 DOT 00a58be0 AT pop5 DOT banet DOT net> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 17 Nov 2000 13:54:49 -0500 > From: "Peter J. Farley III" > > Sorry to be back so soon, but I have just discovered that there are no > direct calls to fcntl in any of the tests\*.* hierarchy, and only one > in the entire src\*.* hierarchy, in "libc/posix/termios/tminit.c". Not every library function has a test program. In particular, functions which are no-ops, or almost no-ops, don't have them, as there's not much which you can test ;-) > So here is my question: Does anyone have, or know the location of, a > test program(s) for the fcntl functions? Or do I need to write one > myself? You need to write it yourself.