mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
arch/addrenv: Add missing FAR qualifier to addrenv_mprot
This commit is contained in:
committed by
Abdelatif Guettouche
parent
06f2c67fc2
commit
c2d179a2f4
@@ -1203,8 +1203,8 @@ int up_addrenv_detach(FAR struct task_group_s *group, FAR struct tcb_s *tcb);
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_ARCH_ADDRENV
|
||||
int up_addrenv_mprot(group_addrenv_t *addrenv, uintptr_t addr, size_t len,
|
||||
int prot);
|
||||
int up_addrenv_mprot(FAR group_addrenv_t *addrenv, uintptr_t addr,
|
||||
size_t len, int prot);
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user