Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109559807
D39196.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
607 B
Referenced Files
None
Subscribers
None
D39196.diff
View Options
diff --git a/sys/x86/include/_stdint.h b/sys/x86/include/_stdint.h
--- a/sys/x86/include/_stdint.h
+++ b/sys/x86/include/_stdint.h
@@ -42,8 +42,6 @@
#ifndef _MACHINE__STDINT_H_
#define _MACHINE__STDINT_H_
-#include <machine/_limits.h>
-
#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS)
#define INT8_C(c) (c)
@@ -171,8 +169,8 @@
#define PTRDIFF_MAX INT64_MAX
/* Limits of sig_atomic_t. */
-#define SIG_ATOMIC_MIN __LONG_MIN
-#define SIG_ATOMIC_MAX __LONG_MAX
+#define SIG_ATOMIC_MIN INT64_MIN
+#define SIG_ATOMIC_MAX INT64_MAX
/* Limit of size_t. */
#define SIZE_MAX UINT64_MAX
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 7, 5:11 PM (10 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16514238
Default Alt Text
D39196.diff (607 B)
Attached To
Mode
D39196: amd64: reduce header pollution in _stdint.h
Attached
Detach File
Event Timeline
Log In to Comment