[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6704 - glibc-package/branches/glibc-2.21/debian/patches/hurd-i386



Author: sthibault
Date: 2015-11-25 02:01:28 +0000 (Wed, 25 Nov 2015)
New Revision: 6704

Modified:
   glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-hidden.diff
Log:
Add missing file

Modified: glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-hidden.diff
===================================================================
--- glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-hidden.diff	2015-11-25 01:56:42 UTC (rev 6703)
+++ glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-hidden.diff	2015-11-25 02:01:28 UTC (rev 6704)
@@ -155,3 +155,37 @@
  }
  strong_alias (__pthread_key_create, pthread_key_create)
 -hidden_def (__pthread_key_create)
+--- /dev/null
++++ b/libpthread/sysdeps/generic/shm-directory.h
+@@ -0,0 +1,31 @@
++/* Header for directory for shm/sem files.  libpthread version.
++   Copyright (C) 2014-2015 Free Software Foundation, Inc.
++   This file is part of the GNU C Library.
++
++   The GNU C Library is free software; you can redistribute it and/or
++   modify it under the terms of the GNU Lesser General Public
++   License as published by the Free Software Foundation; either
++   version 2.1 of the License, or (at your option) any later version.
++
++   The GNU C Library is distributed in the hope that it will be useful,
++   but WITHOUT ANY WARRANTY; without even the implied warranty of
++   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++   Lesser General Public License for more details.
++
++   You should have received a copy of the GNU Lesser General Public
++   License along with the GNU C Library; if not, see
++   <http://www.gnu.org/licenses/>.  */
++
++#ifndef _SHM_DIRECTORY_H
++
++#include <sysdeps/posix/shm-directory.h>
++
++/* For libpthread the __shm_directory function lives in libpthread.
++   We don't want PLT calls from there.  But it's also used from
++   librt, so it cannot just be declared hidden.  */
++
++#if IS_IN (libpthread)
++hidden_proto (__shm_directory)
++#endif
++
++#endif  /* shm-directory.h */


Reply to: