mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
* sysdeps/unix/sysv/linux/gnu/types.h (__KERNEL_STRICT_NAMES): Define
this macro too; current Linux kernels test that instead of _LINUX_TYPES_DONT_EXPORT.
This commit is contained in:
parent
efec1d0c47
commit
bf18dbd7fa
@ -1,5 +1,9 @@
|
||||
Tue Jun 4 02:25:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||
|
||||
* sysdeps/unix/sysv/linux/gnu/types.h (__KERNEL_STRICT_NAMES): Define
|
||||
this macro too; current Linux kernels test that instead of
|
||||
_LINUX_TYPES_DONT_EXPORT.
|
||||
|
||||
* elf/linux-compat.c (_init): Pass reloc_addr arg to _dl_lookup_symbol.
|
||||
|
||||
* elf/dl-lookup.c (_dl_lookup_symbol): Use l_searchlist.
|
||||
|
@ -21,6 +21,7 @@ Cambridge, MA 02139, USA. */
|
||||
|
||||
/* Get actual type definitions for architecture from kernel headers.
|
||||
This #define tells <linux/types.h> not to define `dev_t' et al itself. */
|
||||
#define __KERNEL_STRICT_NAMES
|
||||
#define _LINUX_TYPES_DONT_EXPORT
|
||||
#include <linux/types.h>
|
||||
|
||||
@ -53,6 +54,7 @@ typedef __kernel_nlink_t __nlink_t; /* Type of file link counts. */
|
||||
typedef __kernel_off_t __off_t; /* Type of file sizes and offsets. */
|
||||
typedef __kernel_pid_t __pid_t; /* Type of process identifications. */
|
||||
typedef __kernel_ssize_t __ssize_t; /* Type of a byte count, or error. */
|
||||
#define __kernel_fsid_t long long /* XXX */
|
||||
typedef __kernel_fsid_t __fsid_t; /* Type of file system IDs. */
|
||||
|
||||
/* Everythin' else. */
|
||||
|
Loading…
Reference in New Issue
Block a user