Update of /cvsroot/libsysio/libsysio/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1019
Modified Files:
Tag: gmdev
fsync.c
Log Message:
add name label
Index: fsync.c
===================================================================
RCS file: /cvsroot/libsysio/libsysio/src/fsync.c,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -w -b -B -p -r1.3.2.1 -r1.3.2.2
--- fsync.c 19 Apr 2004 16:15:50 -0000 1.3.2.1
+++ fsync.c 19 Apr 2004 17:51:30 -0000 1.3.2.2
@@ -51,7 +51,7 @@
#include "inode.h"
int
-fsync(int fd)
+SYSIO_INTERFACE_NAME(fsync)(int fd)
{
struct file *fil;
int err;
@@ -72,7 +72,7 @@ fsync(int fd)
}
int
-fdatasync(int fd)
+SYSIO_INTERFACE_NAME(fdatasync)(int fd)
{
struct file *fil;
int err;
|