Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145746327
D55453.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
480 B
Referenced Files
None
Subscribers
None
D55453.diff
View Options
diff --git a/tools/build/stddef.h b/tools/build/stddef.h
--- a/tools/build/stddef.h
+++ b/tools/build/stddef.h
@@ -36,14 +36,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-#pragma once
+
#include_next <stddef.h>
#ifndef _PTRADDR_T_DECLARED
#ifdef __PTRADDR_TYPE__
typedef __PTRADDR_TYPE__ ptraddr_t;
#else
-typedef size_t ptraddr_t;
+typedef __SIZE_TYPE__ ptraddr_t;
#endif
#define _PTRADDR_T_DECLARED
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 24, 9:53 PM (11 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28969426
Default Alt Text
D55453.diff (480 B)
Attached To
Mode
D55453: tools/build/stddef.h: fix non-macos build
Attached
Detach File
Event Timeline
Log In to Comment