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

(-)libraries/libmdb/mdb.c (+3 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 fdatasync(fd)   fsync(fd)
162
#endif
160
#ifdef ANDROID
163
#ifdef ANDROID
161
#define fdatasync(fd)	fsync(fd)
164
#define fdatasync(fd)	fsync(fd)
162
#endif
165
#endif

Return to bug 408001