Remove _ITM_getThreadnum

* libitm.h (_ITM_getThreadnum): Remove.
	* libitm.map (_ITM_getThreadnum): Remove from LIBITM_1.0.

From-SVN: r183431
This commit is contained in:
Rainer Orth 2012-01-23 13:05:00 +00:00 committed by Rainer Orth
parent 9ce91011bf
commit 61e72ca4fa
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2012-01-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* libitm.h (_ITM_getThreadnum): Remove.
* libitm.map (_ITM_getThreadnum): Remove from LIBITM_1.0.
2012-01-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* clearcap.map: New file.

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2008, 2009, 2011 Free Software Foundation, Inc.
/* Copyright (C) 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
Contributed by Richard Henderson <rth@redhat.com>.
This file is part of the GNU Transactional Memory Library (libitm).
@ -149,8 +149,6 @@ extern void _ITM_addUserCommitAction(_ITM_userCommitFunction,
extern void _ITM_addUserUndoAction(_ITM_userUndoFunction, void *) ITM_REGPARM;
extern int _ITM_getThreadnum(void) ITM_REGPARM;
extern void _ITM_dropReferences (void *, size_t) ITM_REGPARM ITM_PURE;
extern void *_ITM_malloc (size_t)

View File

@ -8,7 +8,6 @@ LIBITM_1.0 {
_ITM_commitTransaction;
_ITM_commitTransactionEH;
_ITM_error;
_ITM_getThreadnum;
_ITM_getTransactionId;
_ITM_inTransaction;
_ITM_libraryVersion;