diff --git a/sys/sys/_stdint.h b/sys/sys/_stdint.h index 1d2b5d5bf294..9d07f02de097 100644 --- a/sys/sys/_stdint.h +++ b/sys/sys/_stdint.h @@ -135,6 +135,7 @@ typedef __ptraddr_t ptraddr_t; #endif #ifndef _VADDR_T_DECLARED +__attribute__((__deprecated__("use ptraddr_t instead"))) typedef ptraddr_t vaddr_t; #define _VADDR_T_DECLARED #endif