1 #ifndef __SYNC_SYNC_H
2 #define __SYNC_SYNC_H
3 
4 extern "C" {
5 
6 int sync_wait(int fd, int timeout);
7 
8 }
9 
10 #endif
11