Blame SOURCES/pulseaudio-11.1-glibc_memfd.patch

e44045
diff -up pulseaudio-11.1/src/pulsecore/memfd-wrappers.h.glibc_memfd pulseaudio-11.1/src/pulsecore/memfd-wrappers.h
e44045
--- pulseaudio-11.1/src/pulsecore/memfd-wrappers.h.glibc_memfd	2016-08-23 07:50:11.000000000 -0500
e44045
+++ pulseaudio-11.1/src/pulsecore/memfd-wrappers.h	2018-01-22 12:30:23.322574380 -0600
e44045
@@ -33,9 +33,9 @@
e44045
  * a whole conflicts with the original glibc header <fnctl.h>.
e44045
  */
e44045
 
e44045
-static inline int memfd_create(const char *name, unsigned int flags) {
e44045
+/* static inline int memfd_create(const char *name, unsigned int flags) {
e44045
     return syscall(SYS_memfd_create, name, flags);
e44045
-}
e44045
+} */
e44045
 
e44045
 /* memfd_create(2) flags */
e44045