From 1fb7f63aa9ce8b1b1384a7c907fbe1c0bbc9cd92 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 13 Mar 2005 01:01:24 +0000 Subject: r5778: Remove tdb_set_lock_alarm() function from wrappers at tridge's request. (This used to be commit 8b83eca265b6ad5f33e90beac67f3e1621010764) --- source4/scripting/swig/tdb.i | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source4/scripting') diff --git a/source4/scripting/swig/tdb.i b/source4/scripting/swig/tdb.i index 0110f33824d..a3d1a6ebbc4 100644 --- a/source4/scripting/swig/tdb.i +++ b/source4/scripting/swig/tdb.i @@ -35,13 +35,6 @@ #undef HAVE_FSTAT #endif -/* The tdb_set_lock_alarm() function requires the sig_atomic_t type */ - -#include "include/config.h" -#if !defined(HAVE_SIG_ATOMIC_T_TYPE) -typedef int sig_atomic_t -#endif - #if (__GNUC__ >= 3) /** Use gcc attribute to check printf fns. a1 is the 1-based index of * the parameter containing the format, and a2 the index of the first @@ -137,7 +130,6 @@ int tdb_lockall(TDB_CONTEXT *tdb); void tdb_unlockall(TDB_CONTEXT *tdb); /* Low level locking functions: use with care */ -void tdb_set_lock_alarm(sig_atomic_t *palarm); int tdb_chainlock(TDB_CONTEXT *tdb, TDB_DATA key); int tdb_chainunlock(TDB_CONTEXT *tdb, TDB_DATA key); -- cgit