On 23 May 2009, at 11:58, Jonas Maebe wrote:
The only thing that can be added is the F_FULLSYNC constant to some
Darwin-specific include file.
Done in svn, along with a bunch of other Darwin-specific fcnlt
constants, but note that it's F_FULLFSYNC, not F_FULLSYNC. Also keep
in mind that
On 22 May 2009, at 12:36, Roland Turcan wrote:
I want to add new function for Mac OS X which calls FCNTL with
F_FULLSYNC to the existing source tree, but I am really confused from
the files to be changed/added.
Such a function will never be added to the rtl. The fcntl function is
already th
On 22 May 2009, at 13:45, Marco van de Voort wrote:
The Mac OS X maintainer only supports the libc
interface,
It is Apple that only supports the libc interface (and yes, you
probably expected this reaction). There is no syscall interface for
direct use by applications on Mac OS X (well, n
In our previous episode, Roland Turcan said:
> I want to add new function for Mac OS X which calls FCNTL with
> F_FULLSYNC to the existing source tree, but I am really confused from
> the files to be changed/added. I see that there are many include files which
> declare functions for Mac OS X, but
Hello fpc-pas...@lists.freepascal.org!
1.
I want to add new function for Mac OS X which calls FCNTL with
F_FULLSYNC to the existing source tree, but I am really confused from
the files to be changed/added. I see that there are many include files which
declare functions for Mac OS X, but they come