• Home
  • History
  • Annotate
  • only in /development/ndk/platforms/android-8/include/
History log of /development/ndk/platforms/android-8/include/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4f02cbed4dccb881229547bf6ee4f84476ec960e 27-Mar-2012 Andrew Hsieh <andrewhsieh@google.com> am 5a0380a0: am 360a16af: am 47de63df: am 2e71de56: Merge "ndk: <signal.h>: include <asm/sigcontext.h>"

* commit '5a0380a06f93fd09864e3e45a760ec654763e443':
ndk: <signal.h>: include <asm/sigcontext.h>
c65cfeb2b288b936960bbef4f10de506c12eab07 13-Mar-2012 David 'Digit' Turner <digit@google.com> ndk: <signal.h>: include <asm/sigcontext.h>

This patch modifies <signal.h>, starting from API level 8,
to include <asm/sigcontext.h>.

It is required to be able to use <signal.h> on a MIPS
platform. See https://android-review.googlesource.com/32281

Change-Id: I720259541fa7e2a4d6a428eae9fd4882c5355c31
ignal.h
fe012f597f0055956c51ea9196b8b3f0c57b6c24 09-Jan-2012 David 'Digit' Turner <digit@google.com> ndk: <dlfcn.h>: dladdr() takes a 'const void*' parameter, not 'void*'

This is a back-port to API level 8 of a non-ABI-breaking change of the declaration.

Change-Id: I4f573da12c9cbd908afb5b646f018033bbe82503
lfcn.h
47c55f4af25c5eba2c2f7551e6090cfd483124ab 09-Jan-2012 David 'Digit' Turner <digit@google.com> ndk: <unistd.h>: Update for API level 11 + minor cleanup

- Add pread64(), pwrite64(), ftruncate64() for API level 11
- Cleanup declaration of lseek64() to use off64_t instead of loff_t
- Cleanup declaration of prctl() to use variable number of arguments

The cleanups are performed to better match upstream.

Change-Id: Ic9e44c0ea3dc1202d3c3478bdb2b6006e83b08dc
nistd.h
fed3dfbb08354bf1dfc85b974ac4dcdacfad6f9f 09-Jan-2012 David 'Digit' Turner <digit@google.com> ndk: <signal.h>: Increase _NSIG definition to 64

This is a minor update to this NDK header to better match the upstream definition.

Change-Id: I7b7e84b65f7a45d6395ba9831ee72ad120f989db
ignal.h
e4f252821e642b0fa67d8aa57af2d8cc81538764 09-Jan-2012 David 'Digit' Turner <digit@google.com> ndk: <pthread.h>: formatting + updates

This patch improves the formatting of <pthread.h> as exposed by the NDK:

- change '#if __cplusplus' into '#ifdef __cplusplus'
- change C++-style comment into C-style comment

It also adds pthread_atfork() for API level 11 (3.0)

Change-Id: Ie814208335ed102d4c178a4c373e6963e5dcc9dd
thread.h
c63ce7a143eb3cc361cd4ada57138c41134505a7 10-Oct-2011 David 'Digit' Turner <digit@google.com> ndk: remove obsolete <android/api-level.h> headers

These are now auto-generated by the gen-platforms.sh NDK script

Change-Id: I5a38e956b58a34c5db96e24f2a46bc1ca1554376
ndroid/api-level.h
9ad28785bab7823b812c3cbdd0ab624f4879f5c6 15-Mar-2011 David 'Digit' Turner <digit@android.com> Fix pwrite() declaration in NDK platform headers.

The corresponding fix is already in the Bionic libc source tree.

See http://code.google.com/p/android/issues/detail?id=8908

Change-Id: Id1329f996cd6708e46f48d33d998b8b3d26bf5d7
nistd.h
1e7011fcd5eee3190b436881af33cd9715eb8d36 22-Nov-2010 David 'Digit' Turner <digit@google.com> ndk: Add auto-generated <android/api-level.h>

See ndk.git/build/tools/dev-generate-api-levels.sh

Change-Id: Id64e565e7da6bf23f4bfa0fca52a06dbfe843c37
ndroid/api-level.h
3c7c38b2bb93b2faad372ff9a464dea00f0eb96e 28-Oct-2010 David 'Digit' Turner <digit@google.com> NDK: Last cleanup of the platform headers

- fix a declaration omission in 3/<grp.h>
- add missing 8/<err.h>
- simplify 8/<stdio.h>
- update 9/ headers to the latest Bionic versions
- fix a typo in android_native_app_glue.h
- use __BEGIN_DECLS .. __END_DECLS whenever possible.
- remove C++-style comments from headers

Change-Id: I58b98b3973cde494436206194ba33416a11ca8ee
rr.h
tdio.h
7c2ba504e9c10e67f27e7b0aff90981c469d2701 08-Oct-2010 David 'Digit' Turner <digit@google.com> ndk: remove undefined symbols from system headers

This change removes the declaration of functions that are not
implemented by our various versions of our C library.

The corresponding declarations are moved inside #if 0 .. #endif
blocks (so it becomes easy to remember that they are missing)

Also refresh the headers a little (i.e. adding a few missing decl
and macros, remove C++ comments, etc)

See http://code.google.com/p/android/issues/detail?id=7807

Change-Id: I4ae1b1f3a181419eee2004c41b54768cc15e896f
NOTE: The missing decl are still there but encased in #if 0 .. #endif
blocks (to make it easier to implement them later). There are
a few exceptions in order to build STLport and libstdc++-v3
properly.
ched.h
ignal.h
tdio.h
tdlib.h
ime.h
nistd.h
7012117d4ae7e9ca9e50812f55757411aa8f93a0 22-Sep-2010 David 'Digit' Turner <digit@google.com> Unify NDK platform headers.

This commit removes duplication of system headers per platform, i.e. remove
copies of common headers like <stdlib.h> from arch-arm/usr/include and arch-x86/usr/include
and move them to a common include directory. More specifically:

- common headers: android-N/arch-A/usr/include --> android-N/include
- arch-specific headers: android-N/arch-A/usr-include --> android-N/arch-A/include
- arch-specific libs: android-N/arch-A/usr/lib --> android-N/arch-A/lib

Change-Id: Ifdba5038d108901931f3e3a7c14ebe6270d2d276

NOTE: This also contains careful separation of API-level-specific headers.
For example, platforms/android-5/include/pthread.h contains new function
declarations that are not available when using platforms/android-3/include/pthread.h

NOTE: The NDK's build-platforms.sh script has been updated to understand the new
layout. This change in develeopment/ndk does not change the layout of
platform files under $NDK/platforms after build-platforms.sh is called.
ndroid/bitmap.h
lfcn.h
ts.h
thread.h
egex.h
ched.h
ignal.h
tdio.h
nistd.h
char.h