From owner-freebsd-hackers Fri Apr 26 20:05:14 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA21681 for hackers-outgoing; Fri, 26 Apr 1996 20:05:14 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA21654 Fri, 26 Apr 1996 20:04:59 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id MAA07041; Sat, 27 Apr 1996 12:58:55 +1000 Date: Sat, 27 Apr 1996 12:58:55 +1000 From: Bruce Evans Message-Id: <199604270258.MAA07041@godzilla.zeta.org.au> To: freebsd-doc@freebsd.org, jmacd@CS.Berkeley.EDU Subject: Re: O_SYNC Cc: freebsd-hackers@freebsd.org Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Isn't O_SYNC the POSIX way to do things? Why does FreeBSD have >O_FSYNC, and why isn't it documented? POSIX.1 doesn't specify any way to sync files. Perhaps FreeBSD has O_FSYNC as a compatibility hack, and it isn't documented because it doesn't do anything. Bruce