aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/fix-fortify-inline.patch
blob: 9b1a327754a90bd4a6c709a88f5be1f25f807e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./media/webrtc/signaling/src/sipcc/core/sdp/sdp_os_defs.h.orig
+++ ./media/webrtc/signaling/src/sipcc/core/sdp/sdp_os_defs.h
@@ -27,8 +27,5 @@
 typedef int16_t    int16;
 typedef unsigned short ushort;
 typedef unsigned long  ulong;
-#ifndef __GNUC_STDC_INLINE__
-#define inline
-#endif
 
 #endif /* _SDP_OS_DEFS_H_ */