1b5a87de0Ssam/* 2b5a87de0Ssam * Copyright (c) 1983 Regents of the University of California. 373eb59d8Sbostic * All rights reserved. 473eb59d8Sbostic * 573eb59d8Sbostic * Redistribution and use in source and binary forms are permitted 6*8ad726d6Sbostic * provided that the above copyright notice and this paragraph are 7*8ad726d6Sbostic * duplicated in all such forms and that any documentation, 8*8ad726d6Sbostic * advertising materials, and other materials related to such 9*8ad726d6Sbostic * distribution and use acknowledge that the software was developed 10*8ad726d6Sbostic * by the University of California, Berkeley. The name of the 11*8ad726d6Sbostic * University may not be used to endorse or promote products derived 12*8ad726d6Sbostic * from this software without specific prior written permission. 13*8ad726d6Sbostic * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 14*8ad726d6Sbostic * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 15*8ad726d6Sbostic * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 16b5a87de0Ssam */ 17b5a87de0Ssam 1873eb59d8Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint) 19*8ad726d6Sbostic .asciz "@(#)utimes.s 5.3 (Berkeley) 06/27/88" 2073eb59d8Sbostic#endif /* SYSLIBC_SCCS and not lint */ 21b5a87de0Ssam 22b5a87de0Ssam#include "SYS.h" 23b5a87de0Ssam 24b5a87de0SsamSYSCALL(utimes) 25b5a87de0Ssam ret 26