[Glibc-bsd-commits] r4712 - trunk/glibc-ports/kfreebsd

Petr Salinger ps-guest at alioth.debian.org
Tue Jul 9 19:38:45 UTC 2013


Author: ps-guest
Date: 2013-07-09 19:38:45 +0000 (Tue, 09 Jul 2013)
New Revision: 4712

Modified:
   trunk/glibc-ports/kfreebsd/fdatasync.c
Log:
drop Extra PLT reference


Modified: trunk/glibc-ports/kfreebsd/fdatasync.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fdatasync.c	2013-07-09 19:37:52 UTC (rev 4711)
+++ trunk/glibc-ports/kfreebsd/fdatasync.c	2013-07-09 19:38:45 UTC (rev 4712)
@@ -18,6 +18,9 @@
 #include <unistd.h>
 #include <sysdep-cancel.h>
 
+int __libc_fsync (int fd);
+libc_hidden_proto (__libc_fsync)
+
 /* Synchronize at least the data part of a file with the underlying
    media.  */
 int




More information about the Glibc-bsd-commits mailing list