[Prev][Next][Index][Thread]
Fcntl
Hi ,
Can the following implementation run on OSKit? I tried linking in the
POSIX library (liboskit_posix.a). But it did not work.
fcntl(fd, F_GETFL, 0);
OR
fcntl(fd, F_SETFL, O_NONBLOCK);
Any help would be highly appreciated.
Thanks,
Ravi
----------------------------------------------------------
Ravi S Chamarty E-mail: ravi@ittc.ku.edu
Graduate Research Assistant, Voice :785-864-7799
ITTC,2335 Irving Hill Road,
University of Kansas,
Lawrence KS 66045-7612
Follow-Ups:
- Re: Fcntl
- From: Leigh Stoller <stoller@fast.cs.utah.edu>