bfqio: Remove redundant extern
* This is the exported header for libbfqio, of course it includes the function listed. No need for extern. Change-Id: Idbdd9b51f14e52741fed5eb7d7fb78a46bb7dc72
This commit is contained in:
committed by
Bruno Martins
parent
63b15427d1
commit
32e4e79dfa
@@ -21,7 +21,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int android_set_rt_ioprio(int pid, int rt);
|
||||
int android_set_rt_ioprio(int pid, int rt);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user