xref: /csrg-svn/lib/libc/sys/Ovadvise.s (revision 21541)
1*21541Sdist/*
2*21541Sdist * Copyright (c) 1980 Regents of the University of California.
3*21541Sdist * All rights reserved.  The Berkeley software License Agreement
4*21541Sdist * specifies the terms and conditions for redistribution.
5*21541Sdist */
69532Ssam
7*21541Sdist#ifndef lint
8*21541Sdiststatic char sccsid[] = "@(#)Ovadvise.s	5.1 (Berkeley) 05/31/85";
9*21541Sdist#endif not lint
10*21541Sdist
119532Ssam#include "SYS.h"
129532Ssam
139532Ssam#define	SYS_vadvise	72
149532Ssam
159532SsamSYSCALL(vadvise)
169532Ssam	ret
17