Code

Use stdbool.h's bool type instead of _Bool.
[sysdb.git] / src / frontend / connection.c
index 1d8b8b34d2c9ff06eeca3f0aff9584443528540c..e384bafa98297a7cf46c9283dee7b70a9c484dab 100644 (file)
@@ -49,7 +49,7 @@
  */
 
 static pthread_key_t conn_ctx_key;
-static _Bool         conn_ctx_key_initialized = 0;
+static bool          conn_ctx_key_initialized = 0;
 
 /*
  * private types