aboutsummaryrefslogtreecommitdiffstats
path: root/main/firefox/fix-fortify-inline.patch
blob: 61af42ed623c58b252e4fbce0aef92e29dcf143f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/media/webrtc/signaling/src/sipcc/core/sdp/sdp_os_defs.h
+++ b/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_ */