Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 408001 | Differences between
and this patch

Collapse All | Expand All

(-)a/libraries/libmdb/mdb.c (-1 / +4 lines)
Lines 157-162 Link Here
157
#define UNLOCK_MUTEX_W(env)	sem_post((env)->me_wmutex)
157
#define UNLOCK_MUTEX_W(env)	sem_post((env)->me_wmutex)
158
#define fdatasync(fd)	fsync(fd)
158
#define fdatasync(fd)	fsync(fd)
159
#else
159
#else
160
#ifdef __FreeBSD__
161
#define MDB_DSYNC O_SYNC
162
#define fdatasync(fd)   fsync(fd)
163
#endif
160
#ifdef ANDROID
164
#ifdef ANDROID
161
#define fdatasync(fd)	fsync(fd)
165
#define fdatasync(fd)	fsync(fd)
162
#endif
166
#endif
163
- 

Return to bug 408001