Commit 2b8a2b93 authored by mseaborn@chromium.org's avatar mseaborn@chromium.org

NaCl: Remove nacl_thread.h from NaCl SDK

nacl_thread.h only defines nacl_tls_get() and nacl_tls_init(), which are
not generally useful for application code.  They are only used
internally within libc/libpthread.

This is part of general cleanup to reduce Chromium-side dependencies on
NaCl headers that are not in public directories (src/include/nacl and
src/public).

BUG=https://code.google.com/p/nativeclient/issues/detail?id=2832
TEST=NaCl SDK bots

Review URL: https://codereview.chromium.org/308163002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274027 0039d316-1c4b-4281-b951-d872f2087c98
parent d28b3cb8
......@@ -242,7 +242,6 @@ NACL_HEADER_MAP = {
('native_client/src/untrusted/irt/irt_dev.h', ''),
('native_client/src/untrusted/nacl/nacl_dyncode.h', 'nacl/'),
('native_client/src/untrusted/nacl/nacl_startup.h', 'nacl/'),
('native_client/src/untrusted/nacl/nacl_thread.h', 'nacl/'),
('native_client/src/untrusted/pthread/pthread.h', ''),
('native_client/src/untrusted/pthread/semaphore.h', ''),
('native_client/src/untrusted/valgrind/dynamic_annotations.h', 'nacl/'),
......@@ -255,7 +254,6 @@ NACL_HEADER_MAP = {
('native_client/src/untrusted/irt/irt_dev.h', ''),
('native_client/src/untrusted/nacl/nacl_dyncode.h', 'nacl/'),
('native_client/src/untrusted/nacl/nacl_startup.h', 'nacl/'),
('native_client/src/untrusted/nacl/nacl_thread.h', 'nacl/'),
('native_client/src/untrusted/valgrind/dynamic_annotations.h', 'nacl/'),
('ppapi/nacl_irt/public/irt_ppapi.h', ''),
],
......
......@@ -308,7 +308,6 @@ toolchain/${PLATFORM}_arm_newlib/arm-nacl/include/nacl/nacl_dyncode.h
toolchain/${PLATFORM}_arm_newlib/arm-nacl/include/nacl/nacl_exception.h
toolchain/${PLATFORM}_arm_newlib/arm-nacl/include/nacl/nacl_minidump.h
toolchain/${PLATFORM}_arm_newlib/arm-nacl/include/nacl/nacl_startup.h
toolchain/${PLATFORM}_arm_newlib/arm-nacl/include/nacl/nacl_thread.h
toolchain/${PLATFORM}_arm_newlib/arm-nacl/include/pthread.h
toolchain/${PLATFORM}_arm_newlib/arm-nacl/include/semaphore.h
toolchain/${PLATFORM}_arm_newlib/arm-nacl/lib/crti.o
......@@ -331,7 +330,6 @@ toolchain/${PLATFORM}_pnacl/sdk/include/nacl/nacl_dyncode.h
toolchain/${PLATFORM}_pnacl/sdk/include/nacl/nacl_exception.h
toolchain/${PLATFORM}_pnacl/sdk/include/nacl/nacl_minidump.h
toolchain/${PLATFORM}_pnacl/sdk/include/nacl/nacl_startup.h
toolchain/${PLATFORM}_pnacl/sdk/include/nacl/nacl_thread.h
toolchain/${PLATFORM}_pnacl/sdk/include/pthread.h
toolchain/${PLATFORM}_pnacl/sdk/include/semaphore.h
toolchain/${PLATFORM}_pnacl/sdk/lib/libminidump_generator.a
......@@ -352,7 +350,6 @@ toolchain/${PLATFORM}_x86_glibc/x86_64-nacl/include/nacl/nacl_dyncode.h
toolchain/${PLATFORM}_x86_glibc/x86_64-nacl/include/nacl/nacl_exception.h
toolchain/${PLATFORM}_x86_glibc/x86_64-nacl/include/nacl/nacl_minidump.h
toolchain/${PLATFORM}_x86_glibc/x86_64-nacl/include/nacl/nacl_startup.h
toolchain/${PLATFORM}_x86_glibc/x86_64-nacl/include/nacl/nacl_thread.h
toolchain/${PLATFORM}_x86_glibc/x86_64-nacl/lib/libminidump_generator.a
toolchain/${PLATFORM}_x86_glibc/x86_64-nacl/lib/libminidump_generator.so
toolchain/${PLATFORM}_x86_glibc/x86_64-nacl/lib/libnacl.a
......@@ -386,7 +383,6 @@ toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/include/nacl/nacl_dyncode.h
toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/include/nacl/nacl_exception.h
toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/include/nacl/nacl_minidump.h
toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/include/nacl/nacl_startup.h
toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/include/nacl/nacl_thread.h
toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/include/pthread.h
toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/include/semaphore.h
toolchain/${PLATFORM}_x86_newlib/x86_64-nacl/lib/crti.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment