mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
* misc/sys/mman.h: Add prototypes for shm_open and shm_unlink. * rt/Makefile (librt-routines): Add shm_open and shm_unlink. * rt/Versions [librt] (GLIBC_2.2): Add shm_open and shm_unlink. * sysdeps/generic/shm_open.c: New file. * sysdeps/generic/shm_unlink.c: New file. * sysdeps/unix/sysv/linux/shm_open.c: New file. * sysdeps/unix/sysv/linux/shm_unlink.c: New file. * sysdeps/unix/sysv/linux/Versions [libc] (GLIBC_2.2): Export __endmntent, __getmntent_r, __setmntent, and __statfs.
This commit is contained in:
1
sysdeps/unix/sysv/linux/shm_unlink.c
Normal file
1
sysdeps/unix/sysv/linux/shm_unlink.c
Normal file
@@ -0,0 +1 @@
|
||||
/* This function is for technical reason defined in shm_open.c. */
|
||||
Reference in New Issue
Block a user