mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix last change
Include shlib-compat.h for SHLIB_COMPAT.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-05-21 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
|
||||||
|
|
||||||
2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
|
2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
|
* sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
|
||||||
|
@ -228,6 +228,8 @@
|
|||||||
#include <stdio.h> /* needed for malloc_stats */
|
#include <stdio.h> /* needed for malloc_stats */
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
#include <shlib-compat.h>
|
||||||
|
|
||||||
/* For uintptr_t. */
|
/* For uintptr_t. */
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user