FreeBSD Bugzilla – Attachment 200452 Details for
Bug 234180
getrandom linking problem due to missing macros in sys/random.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add missing macros for C++ linking (new patch without cdefs.h include)
patch-sys_random.h (text/plain), 315 bytes, created by
Ralf van der Enden
on 2018-12-24 12:46:52 UTC
(
hide
)
Description:
Add missing macros for C++ linking (new patch without cdefs.h include)
Filename:
MIME Type:
Creator:
Ralf van der Enden
Created:
2018-12-24 12:46:52 UTC
Size:
315 bytes
patch
obsolete
>--- sys/random.h.orig 2018-12-01 17:13:32.798722000 +0100 >+++ sys/random.h 2018-12-24 13:40:55.102297000 +0100 >@@ -157,6 +157,10 @@ > > #define GRND_NONBLOCK 0x1 > #define GRND_RANDOM 0x2 >+ >+__BEGIN_DECLS > ssize_t getrandom(void *buf, size_t buflen, unsigned int flags); >+ >+__END_DECLS > > #endif /* _SYS_RANDOM_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 234180
:
200284
| 200452