Révision | 0bbc6a4bf54197ec5dab874750d125cbd5b9e877 (tree) |
---|---|
l'heure | 2018-02-05 00:33:08 |
Auteur | Waldemar Brodkorb <wbx@ucli...> |
Commiter | Waldemar Brodkorb |
mman: disable memfd_create declaration
@@ -40,9 +40,11 @@ | ||
40 | 40 | |
41 | 41 | __BEGIN_DECLS |
42 | 42 | |
43 | +#if 0 | |
43 | 44 | /* Create a new memory file descriptor. NAME is a name for debugging. |
44 | 45 | FLAGS is a combination of the MFD_* constants. */ |
45 | 46 | int memfd_create (const char *__name, unsigned int __flags) __THROW; |
47 | +#endif | |
46 | 48 | |
47 | 49 | /* Lock pages from ADDR (inclusive) to ADDR + LENGTH (exclusive) into |
48 | 50 | memory. FLAGS is a combination of the MLOCK_* flags above. */ |