usr/src/lib/libc/common/sys/fdsync.s
changeset 7298 b69e27387f74
parent 5891 0d5c6468bb04
equal deleted inserted replaced
7297:e4b614b9dc04 7298:b69e27387f74
    25 /*
    25 /*
    26  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    26  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    27  * Use is subject to license terms.
    27  * Use is subject to license terms.
    28  */
    28  */
    29 
    29 
    30 #pragma ident	"%Z%%M%	%I%	%E% SMI"
    30 	.file	"fdsync.s"
    31 
       
    32 	.file	"%M%"
       
    33 
    31 
    34 /* Underlying function for C library(fsync) and POSIX(fdatasync)*/
    32 /* Underlying function for C library(fsync) and POSIX(fdatasync)*/
    35 /* int __fdsync(int fildes, int flag)				*/
    33 /* int __fdsync(int fildes, int flag)				*/
    36 
    34 
    37 #include "SYS.h"
    35 #include "SYS.h"