• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision0bbc6a4bf54197ec5dab874750d125cbd5b9e877 (tree)
l'heure2018-02-05 00:33:08
AuteurWaldemar Brodkorb <wbx@ucli...>
CommiterWaldemar Brodkorb

Message de Log

mman: disable memfd_create declaration

Change Summary

Modification

--- a/libc/sysdeps/linux/common/bits/mman-shared.h
+++ b/libc/sysdeps/linux/common/bits/mman-shared.h
@@ -40,9 +40,11 @@
4040
4141 __BEGIN_DECLS
4242
43+#if 0
4344 /* Create a new memory file descriptor. NAME is a name for debugging.
4445 FLAGS is a combination of the MFD_* constants. */
4546 int memfd_create (const char *__name, unsigned int __flags) __THROW;
47+#endif
4648
4749 /* Lock pages from ADDR (inclusive) to ADDR + LENGTH (exclusive) into
4850 memory. FLAGS is a combination of the MLOCK_* flags above. */