1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Made the file descriptor checks in the fsync() and fdatasync()

functions more robust.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14865 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-03-07 11:58:50 +00:00
parent a9c8cdc554
commit ef43011783
6 changed files with 53 additions and 50 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: stdio_protos.h,v 1.13 2005-03-07 11:16:43 obarthel Exp $
* $Id: stdio_protos.h,v 1.14 2005-03-07 11:58:50 obarthel Exp $
*
* :ts=4
*
@ -201,7 +201,7 @@ extern int __grow_file_size(struct fd * fd,int num_bytes);
/****************************************************************************/
/* unistd_sync_fd.c */
extern void __sync_fd(struct fd * fd,int mode);
extern int __sync_fd(struct fd * fd,int mode);
/****************************************************************************/