Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109900788
D41150.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
D41150.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
Tue, Feb 11, 11:09 PM (16 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16602741
Default Alt Text
D41150.diff (396 B)
Attached To
Mode
D41150: Implement __crt_aligned_alloc().
Attached
Detach File
Event Timeline
Log In to Comment