diff options
Diffstat (limited to 'src/include/storage/fd.h')
-rw-r--r-- | src/include/storage/fd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h index c4b1a85c354..d3905df41ed 100644 --- a/src/include/storage/fd.h +++ b/src/include/storage/fd.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: fd.h,v 1.24 2000/11/30 08:46:26 vadim Exp $ + * $Id: fd.h,v 1.25 2000/12/08 22:21:32 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -70,7 +70,6 @@ extern int BasicOpenFile(FileName fileName, int fileFlags, int fileMode); /* Miscellaneous support routines */ extern void closeAllVfds(void); extern void AtEOXact_Files(void); - -#define pg_fsync(fd) fsync(fd) +extern int pg_fsync(int fd); #endif /* FD_H */ |