mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
Update.
* misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
This commit is contained in:
parent
269e8af716
commit
a05be180bc
@ -81,6 +81,7 @@
|
||||
* misc/sys/mman.h: Add prototype for remap_file_pages.
|
||||
* sysdeps/generic/remap_file_pages.c: New file.
|
||||
* misc/Makefile (routines): Add remap_file_pages.
|
||||
* misc/Versions [libc:GLIBC_2.3.3]: Add remap_file_pages.
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
|
||||
and MAP_NONBLOCK.
|
||||
|
@ -123,7 +123,8 @@ create_thread (struct pthread *pd, STACK_VARIABLES_PARMS)
|
||||
|
||||
CLONE_CHILD_CLEARTID
|
||||
The kernels clears the thread ID of a thread that has called
|
||||
sys_exit() - using the same parameter as CLONE_SETTID.
|
||||
sys_exit() in the location pointed to by the seventh parameter
|
||||
to CLONE.
|
||||
|
||||
CLONE_DETACHED
|
||||
No signal is generated if the thread exists and it is
|
||||
|
Loading…
Reference in New Issue
Block a user