Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jul 2007 14:00:06 -0700 (PDT)
From:      youshi10@u.washington.edu
To:        Saifi Khan <saifi@twincling.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: __sys_fcntl() definition ?
Message-ID:  <Pine.LNX.4.43.0707311400060.18226@hymn01.u.washington.edu>
In-Reply-To: <Pine.LNX.4.64.0708010106130.3637@speed.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 1 Aug 2007, Saifi Khan wrote:

> Hi:
>
> While working through the FreeBSD 6.2 codebase,
> I saw the following functions referred at multiple places.
>
> __sys_fcntl()
> __sys_open()
> __sys_write()
> ...
>
> Can somebody point out the file which contains the implementation
> of the __sys_* functions ?
>
> Thanks in advance.
>
> thanks
> Saifi.

They're standard C library headers:

man 2 fcntl
man 2 open
man 2 write

Cheers,
-Garrett




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.43.0707311400060.18226>