On 05/16/2018 10:25 PM, Jakub Wilk wrote:
* Goswin von Brederlow <goswin-...@web.de>, 2011-04-04, 23:33:
int shm_mkstemp(char *template);

FWIW, this function is available on OpenBSD:
https://man.openbsd.org/shm_mkstemp.3

We have memfd_create nowadays. It's not exactly identical because it creates an unnamed file, but perhaps it is close enough? If not, we'd need actual use cases to justify to add it to glibc.

Thanks,
Florian

Reply via email to