DragonFly BSD
DragonFly submit List (threaded) for 2005-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: [PATCH] libc FILE locking


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Sun, 8 May 2005 13:11:46 +0200
Mail-followup-to: submit@crater.dragonflybsd.org

On Sat, May 07, 2005 at 01:50:06PM +0800, David Xu wrote:
> Please test attached patch, I want to make sure it does not break
> anything.

Actually I'd like like to reinvestigate our FILE handling completely.
I was thinking about splitting everything but the inline related stuff
off from FILE and it move into an internal structure (FILEX). That
structure would have FILE as first element and all the interface function
would cast it automatically.

Re: builtin size. Yes, there are such broken applications, partly because
we export part of the interface via the inline functions / macros.

A good question is whether defining part of the interface as macros is
really worth the trouble though.

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]