mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
2002-09-19 David Mosberger <davidm@hpl.hp.com> * sysdeps/ia64/dl-fptr.c (make_fdesc): Load address of "local" via a 64-bit gp-relative address to enable binaries with large data sections. 2002-09-30 Ulrich Drepper <drepper@redhat.com> * stdlib/cxa_finalize.c (__cxa_finalize): Call UNREGISTER_ATFORK if it is defined. * posix/Makefile (distribute): Add fork.h. * sysdeps/generic/fork.h: New file.
This commit is contained in:
8
sysdeps/generic/fork.h
Normal file
8
sysdeps/generic/fork.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Stub version of header for fork handling. Mainly to handle pthread_atfork
|
||||
and friends. Outside dependencies:
|
||||
|
||||
UNREGISTER_ATFORK
|
||||
If defined it must expand to a function call which takes one void*
|
||||
parameter which is the DSO handle for the DSO which gets unloaded.
|
||||
The function so called has to remove the atfork handlers registered
|
||||
by this module. */
|
Reference in New Issue
Block a user