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