Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146852128
D31378.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
546 B
Referenced Files
None
Subscribers
None
D31378.diff
View Options
diff --git a/lib/libc/include/compat.h b/lib/libc/include/compat.h
--- a/lib/libc/include/compat.h
+++ b/lib/libc/include/compat.h
@@ -37,7 +37,7 @@
#ifndef __LIBC_COMPAT_H__
#define __LIBC_COMPAT_H__
-#define __sym_compat(sym,impl,verid) \
+#define __sym_compat(sym, impl, verid) \
.symver impl, sym@verid
#ifndef NO_COMPAT7
@@ -74,7 +74,7 @@
#define __weak_reference(sym,alias) \
.weak alias;.equ alias,sym
-__weak_reference(__sys_fcntl,__fcntl_compat)
+__weak_reference(__sys_fcntl, __fcntl_compat)
#undef __weak_reference
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 7, 4:42 AM (2 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29353403
Default Alt Text
D31378.diff (546 B)
Attached To
Mode
D31378: Add _Fork()
Attached
Detach File
Event Timeline
Log In to Comment