[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#620887: Please add a shm_mkstemp() function



On 05/16/2018 10:25 PM, Jakub Wilk wrote:
* Goswin von Brederlow <goswin-v-b@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 to: