diff options
author | Tim Potter <tpot@samba.org> | 2005-03-13 01:01:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:02 -0500 |
commit | 1fb7f63aa9ce8b1b1384a7c907fbe1c0bbc9cd92 (patch) | |
tree | 05c282777f561ddb53849d67cd13c4ebf64dcd9b /source4/scripting/swig | |
parent | fd0aa010be16bd0a127fa3108b6b4a443ab6ebe6 (diff) | |
download | samba-1fb7f63aa9ce8b1b1384a7c907fbe1c0bbc9cd92.tar.gz samba-1fb7f63aa9ce8b1b1384a7c907fbe1c0bbc9cd92.tar.bz2 samba-1fb7f63aa9ce8b1b1384a7c907fbe1c0bbc9cd92.zip |
r5778: Remove tdb_set_lock_alarm() function from wrappers at tridge's request.
(This used to be commit 8b83eca265b6ad5f33e90beac67f3e1621010764)
Diffstat (limited to 'source4/scripting/swig')
-rw-r--r-- | source4/scripting/swig/tdb.i | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/scripting/swig/tdb.i b/source4/scripting/swig/tdb.i index 0110f33824..a3d1a6ebbc 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); |