Re: imapd and synchronous writes

Ulrich Windl (Ulrich.Windl@rz.uni-regensburg.de)
Tue, 19 Mar 1996 08:40:40 +0100


On 18 Mar 96 at 18:11, sct@dcs.ed.ac.uk wrote:

[...]
>
> Not true. {int fd = open(".", O_RDONLY, 0); int rc = fsync(fd); close(fd)}
^^^^^^ ^^^^^^^^
Does it work? Syncing a file that's opened read-only?
(The rest of your message was precise as always)

Ulrich