Skip to content

Commit 3212807

Browse files
committed
Don't declare ptraddr_t in stdint.h
Stick to stddef.h like ptrdiff_t.
1 parent 443e6f0 commit 3212807

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sys/sys/_stdint.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ typedef kuintcap_t kuint64cap_t;
119119
#define _KUINT64CAP_T_DECLARED
120120
#endif
121121

122-
#ifndef _PTRADDR_T_DECLARED
123-
typedef __ptraddr_t ptraddr_t;
124-
#define _PTRADDR_T_DECLARED
125-
#endif
126-
127122
/* Limits of ptraddr_t. */
128123
#define PTRADDR_MAX SIZE_MAX
129124

0 commit comments

Comments
 (0)