Hide most of the private futex functions.
Also hide part of the system properties compatibility code, since we needed to touch that to keep it building. I'll remove __futex_syscall4 and futex in a later patch. Bug: 11156955 Change-Id: Ibbf42414c5bb07fb9f1c4a169922844778e4eeae
This commit is contained in:
@@ -75,10 +75,6 @@ __atomic_inc(volatile int *ptr)
|
||||
return __sync_fetch_and_add (ptr, 1);
|
||||
}
|
||||
|
||||
|
||||
int __futex_wait(volatile void *ftx, int val, const struct timespec *timeout);
|
||||
int __futex_wake(volatile void *ftx, int count);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _SYS_ATOMICS_H */
|
||||
|
Reference in New Issue
Block a user