Project

General

Profile

Actions

Bug #439

closed

'fdatasync' is unavailable for 'platforms/android-8'

Added by Dmitry S. over 10 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
10/16/2013
Due date:
% Done:

0%

Estimated time:
CPU Architecture:
armeabi
Host OS:
Windows
Toolchain:
all
Android version:
CrystaX NDK Version:

Description

android-ndk-r8-crystax-1-windows-x86_64.zip

r8-crystax-1/platforms/android-8/arch-arm/usr/include/unistd.h

#if 0 /* MISSING FROM BIONIC /
extern pid_t getsid(pid_t);
extern int execvpe(const char *, char * const *, char * const *);
extern int execlpe(const char *, const char *, ...);
extern int getfsuid(uid_t);
extern int setfsuid(uid_t);
extern int fdatasync(int);
extern int getlogin_r(char
name, size_t namesize);
extern int sethostname(const char , size_t);
extern int getdomainname(char *, size_t);
extern int setdomainname(const char *, size_t);
#endif /
MISSING */

So when I try to compile any lib that uses 'fdatasync' I've got an error 'fdatasync is not defined at this scope'.

Actions

Also available in: Atom PDF