xref: /csrg-svn/lib/libc/tahoe/sys/fsync.s (revision 29456)
1*29456Ssam/*
2*29456Ssam * Copyright (c) 1983 Regents of the University of California.
3*29456Ssam * All rights reserved.  The Berkeley software License Agreement
4*29456Ssam * specifies the terms and conditions for redistribution.
5*29456Ssam */
6*29456Ssam
7*29456Ssam#ifdef SYSLIBC_SCCS
8*29456Ssam_sccsid:.asciz	"@(#)fsync.s	5.1 (Berkeley) 07/02/86"
9*29456Ssam#endif SYSLIBC_SCCS
10*29456Ssam
11*29456Ssam#include "SYS.h"
12*29456Ssam
13*29456SsamSYSCALL(fsync)
14*29456Ssam	ret
15