~ubuntu-branches/ubuntu/maverick/bind9/maverick

« back to all changes in this revision

Viewing changes to lib/isc/nothreads/condition.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-04-19 10:21:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050419102158-kp20cp1bqf4ivpzy
Tags: 1:9.3.1-2ubuntu1
resync with debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * PERFORMANCE OF THIS SOFTWARE.
16
16
 */
17
17
 
18
 
/* $Id: condition.c,v 1.4.2.1 2004/03/09 06:12:04 marka Exp $ */
19
 
 
20
 
/*
21
 
 * This file intentionally left blank.
22
 
 */
23
 
 
24
 
/*
25
 
 * Well, not completely.  The stupid hack below shuts up compilers
26
 
 * from complaining about an empty file.
27
 
 */
28
 
static void
29
 
isc_condition_nothreads(void) {
30
 
        isc_condition_nothreads();
31
 
}
32
 
 
 
18
/* $Id: condition.c,v 1.4.12.3 2004/03/08 09:04:54 marka Exp $ */
 
19
 
 
20
#include <isc/util.h>
 
21
 
 
22
EMPTY_TRANSLATION_UNIT