]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blobdiff - libc/bionic/pthread_internal.h
Rewrite the POSIX timer functions.
[android-sdk/platform-bionic.git] / libc / bionic / pthread_internal.h
index 3825a4c5ce09b3fe9e5f3a22d403cfabdb81faf4..41f46368c4e15a2e35691efe74ec0349d0f236ca 100644 (file)
@@ -91,8 +91,7 @@ __LIBC_HIDDEN__ extern pthread_mutex_t gThreadListLock;
 
 __LIBC_HIDDEN__ int __timespec_from_absolute(timespec*, const timespec*, clockid_t);
 
-/* needed by fork.c */
-__LIBC_HIDDEN__ extern void __timer_table_start_stop(int);
+/* Needed by fork. */
 __LIBC_HIDDEN__ extern void __bionic_atfork_run_prepare();
 __LIBC_HIDDEN__ extern void __bionic_atfork_run_child();
 __LIBC_HIDDEN__ extern void __bionic_atfork_run_parent();