Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109419034
D45860.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
717 B
Referenced Files
None
Subscribers
None
D45860.diff
View Options
diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
--- a/sys/sys/cdefs.h
+++ b/sys/sys/cdefs.h
@@ -124,8 +124,6 @@
#define __STRING(x) #x /* stringify without expanding x */
#define __XSTRING(x) __STRING(x) /* expand x, then stringify */
-#define __const const /* define reserved names to standard */
-#define __signed signed
#define __volatile volatile
#if defined(__cplusplus)
#define __inline inline /* convert to C++ keyword */
@@ -141,9 +139,7 @@
#define __STRING(x) "x"
#if !defined(__CC_SUPPORTS___INLINE)
-#define __const /* delete pseudo-ANSI C keywords */
#define __inline
-#define __signed
#define __volatile
/*
* In non-ANSI C environments, new programs will want ANSI-only C keywords
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 5, 7:58 PM (21 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16479866
Default Alt Text
D45860.diff (717 B)
Attached To
Mode
D45860: cdefs.h: Retire __const and __signed
Attached
Detach File
Event Timeline
Log In to Comment