Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147642223
D41150.1783963074.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
D41150.1783963074.diff
View Options
diff --git a/libexec/rtld-elf/rtld_malloc.c b/libexec/rtld-elf/rtld_malloc.c
--- a/libexec/rtld-elf/rtld_malloc.c
+++ b/libexec/rtld-elf/rtld_malloc.c
@@ -106,10 +106,10 @@
* increasing order.
*/
-static union overhead *
+static void *
cp2op(void *cp)
{
- return ((union overhead *)((caddr_t)cp - sizeof(union overhead)));
+ return (((caddr_t)cp - sizeof(union overhead)));
}
void *
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 13, 5:17 PM (17 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29114844
Default Alt Text
D41150.1783963074.diff (396 B)
Attached To
Mode
D41150: Implement __crt_aligned_alloc().
Attached
Detach File
Event Timeline
Log In to Comment