Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 917009 Details for
Bug 948356
dev-libs/userspace-rcu-0.15.0 compile error urcu-bp.c implicit declaration of function assert
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add required include of assert.h
urcu-bp-assert.patch (text/plain), 266 bytes, created by
Joe Harvell
on 2025-01-18 17:15:54 UTC
(
hide
)
Description:
add required include of assert.h
Filename:
MIME Type:
Creator:
Joe Harvell
Created:
2025-01-18 17:15:54 UTC
Size:
266 bytes
patch
obsolete
>--- a/src/urcu-bp.c 2025-01-18 09:59:23.170263020 -0700 >+++ b/src/urcu-bp.c 2025-01-18 09:56:51.400456641 -0700 >@@ -20,6 +20,7 @@ > #include <poll.h> > #include <unistd.h> > #include <stdbool.h> >+#include <assert.h> > #include <sys/mman.h> > > #include <urcu/annotate.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 948356
:
917008
| 917009