Skip to content

Commit

Permalink
sys/_stdint.h: Officially deprecate vaddr_t at long last
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtc27 committed Jul 25, 2023
1 parent 2d28d4b commit f7fc4ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/sys/_stdint.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7fc4ab

Please sign in to comment.