This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55283 compile fix for older glibc
Change-Id: Ia300c32cd9d68833d0fa90763df7d34c3fe465d5
rfuchs/dtls-ice
Richard Fuchs
3 months ago
parent
106050c9ad
commit
df6ac133d3
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
lib/socket.h
+ 4
- 0
lib/socket.h
View File
@ -223,6 +223,10 @@ struct timeval32 {
int32_t
tv_usec
;
int32_t
tv_usec
;
}
;
}
;
#
ifndef SO_TIMESTAMP_OLD
#
define SO_TIMESTAMP_OLD SO_TIMESTAMP
/
/
pointless, compiler should remove it
#
endif
#
define socket_recvfrom_parse_cmsg(tv, to, parse_to, msgh, firsthdr, nexthdr) do { \
#
define socket_recvfrom_parse_cmsg(tv, to, parse_to, msgh, firsthdr, nexthdr) do { \
if
(
(
*
tv
)
|
|
(
*
to
)
)
{
\
if
(
(
*
tv
)
|
|
(
*
to
)
)
{
\
struct
cmsghdr
*
cm
;
\
struct
cmsghdr
*
cm
;
\
Write
Preview
Loading…
Cancel
Save