zte's code,first commit

Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/build/uClibc/libpthread/linuxthreads/sysdeps/i386/tcb-offsets.sym b/ap/build/uClibc/libpthread/linuxthreads/sysdeps/i386/tcb-offsets.sym
new file mode 100644
index 0000000..69a5018
--- /dev/null
+++ b/ap/build/uClibc/libpthread/linuxthreads/sysdeps/i386/tcb-offsets.sym
@@ -0,0 +1,7 @@
+#include <sysdep.h>
+#include <tls.h>
+
+MULTIPLE_THREADS_OFFSET		offsetof (tcbhead_t, multiple_threads)
+#ifdef NEED_DL_SYSINFO
+SYSINFO_OFFSET			offsetof (tcbhead_t, sysinfo)
+#endif