mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-13 19:21:36 +03:00
malloc: Adjust header file guard in malloc-internal.h
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-05-04 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
|
* malloc/malloc-internal.h: Adjust header file guard.
|
||||||
|
|
||||||
2016-05-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
2016-05-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||||
|
|
||||||
* sysdeps/pthread/aio_misc.c (__aio_enqueue_request): Do not write
|
* sysdeps/pthread/aio_misc.c (__aio_enqueue_request): Do not write
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
License along with the GNU C Library; see the file COPYING.LIB. If
|
License along with the GNU C Library; see the file COPYING.LIB. If
|
||||||
not, see <http://www.gnu.org/licenses/>. */
|
not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef _MALLOC_PRIVATE_H
|
#ifndef _MALLOC_INTERNAL_H
|
||||||
#define _MALLOC_PRIVATE_H
|
#define _MALLOC_INTERNAL_H
|
||||||
|
|
||||||
/* Called in the parent process before a fork. */
|
/* Called in the parent process before a fork. */
|
||||||
void __malloc_fork_lock_parent (void) internal_function attribute_hidden;
|
void __malloc_fork_lock_parent (void) internal_function attribute_hidden;
|
||||||
@ -29,4 +29,4 @@ void __malloc_fork_unlock_parent (void) internal_function attribute_hidden;
|
|||||||
void __malloc_fork_unlock_child (void) internal_function attribute_hidden;
|
void __malloc_fork_unlock_child (void) internal_function attribute_hidden;
|
||||||
|
|
||||||
|
|
||||||
#endif /* _MALLOC_PRIVATE_H */
|
#endif /* _MALLOC_INTERNAL_H */
|
||||||
|
Reference in New Issue
Block a user