Merge "Replace commented-out deprecated attribute with doc comment." into main am: ae038dcdea
Original change: https://android-review.googlesource.com/c/platform/bionic/+/3053223 Change-Id: I140f88208cb45e2ad216aca831af8dbd53d99d74 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
f21e5164b2
1 changed files with 4 additions and 1 deletions
|
@ -350,8 +350,11 @@ long syscall(long __number, ...);
|
|||
int daemon(int __no_chdir, int __no_close);
|
||||
|
||||
#if defined(__arm__)
|
||||
/**
|
||||
* New code should use __builtin___clear_cache() instead, which works on
|
||||
* all architectures.
|
||||
*/
|
||||
int cacheflush(long __addr, long __nbytes, long __cache);
|
||||
/* __attribute__((deprecated("use __builtin___clear_cache instead"))); */
|
||||
#endif
|
||||
|
||||
pid_t tcgetpgrp(int __fd);
|
||||
|
|
Loading…
Reference in a new issue