[Glibc-bsd-commits] r4593 - trunk/glibc-ports/kfreebsd/x86_64/fbtl

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 8 12:43:15 UTC 2013


Author: ps-guest
Date: 2013-06-23 17:54:10 +0000 (Sun, 23 Jun 2013)
New Revision: 4593

Added:
   trunk/glibc-ports/kfreebsd/x86_64/fbtl/libc-cancellation.S
   trunk/glibc-ports/kfreebsd/x86_64/fbtl/librt-cancellation.S
Log:
other cancellation.S


Added: trunk/glibc-ports/kfreebsd/x86_64/fbtl/libc-cancellation.S
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/fbtl/libc-cancellation.S	                        (rev 0)
+++ trunk/glibc-ports/kfreebsd/x86_64/fbtl/libc-cancellation.S	2013-06-23 17:54:10 UTC (rev 4593)
@@ -0,0 +1,21 @@
+/* Copyright (C) 2009 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+   Contributed by Ulrich Drepper <drepper at redhat.com>, 2009.
+
+   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/>.  */
+
+#define __pthread_enable_asynccancel __libc_enable_asynccancel
+#define __pthread_disable_asynccancel __libc_disable_asynccancel
+#include "cancellation.S"

Added: trunk/glibc-ports/kfreebsd/x86_64/fbtl/librt-cancellation.S
===================================================================
--- trunk/glibc-ports/kfreebsd/x86_64/fbtl/librt-cancellation.S	                        (rev 0)
+++ trunk/glibc-ports/kfreebsd/x86_64/fbtl/librt-cancellation.S	2013-06-23 17:54:10 UTC (rev 4593)
@@ -0,0 +1,21 @@
+/* Copyright (C) 2009 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+   Contributed by Ulrich Drepper <drepper at redhat.com>, 2009.
+
+   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/>.  */
+
+#define __pthread_enable_asynccancel __librt_enable_asynccancel
+#define __pthread_disable_asynccancel __librt_disable_asynccancel
+#include "cancellation.S"




More information about the Glibc-bsd-commits mailing list