Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145597615
D55305.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
390 B
Referenced Files
None
Subscribers
None
D55305.diff
View Options
diff --git a/include/stddef.h b/include/stddef.h
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -36,6 +36,13 @@
#include <sys/_types.h>
#include <sys/_visible.h>
+#if __BSD_VISIBLE
+#ifndef _PTRADDR_T_DECLARED
+typedef __ptraddr_t ptraddr_t;
+#define _PTRADDR_T_DECLARED
+#endif
+#endif
+
#ifndef _PTRDIFF_T_DECLARED
typedef __ptrdiff_t ptrdiff_t;
#define _PTRDIFF_T_DECLARED
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 23, 12:02 AM (3 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28814814
Default Alt Text
D55305.diff (390 B)
Attached To
Mode
D55305: stddef.h: add ptraddr_t
Attached
Detach File
Event Timeline
Log In to Comment