From b31cca09051a433bcaafa91a4502292880a009fa Mon Sep 17 00:00:00 2001 From: joseph Date: Tue, 4 Jun 2013 15:50:35 +0000 Subject: Merge changes between r22664 and r23218 from /fsf/glibc-2_17-branch. git-svn-id: svn://svn.eglibc.org/branches/eglibc-2_17@23219 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/sysdeps/generic/ldconfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/generic/ldconfig.h b/libc/sysdeps/generic/ldconfig.h index 43cb9bdb0..91190aa0c 100644 --- a/libc/sysdeps/generic/ldconfig.h +++ b/libc/sysdeps/generic/ldconfig.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2012 Free Software Foundation, Inc. +/* Copyright (C) 1999-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger , 1999. @@ -36,6 +36,7 @@ #define FLAG_X8664_LIBX32 0x0800 #define FLAG_ARM_LIBHF 0x0900 #define FLAG_AARCH64_LIB64 0x0a00 +#define FLAG_ARM_LIBSF 0x0b00 /* Name of auxiliary cache. */ #define _PATH_LDCONFIG_AUX_CACHE "/var/cache/ldconfig/aux-cache" -- cgit v1.2.3