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