]> mj.ucw.cz Git - libucw.git/commitdiff
ABI: Updated symbol renames
authorMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 21:56:32 +0000 (22:56 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 21:56:32 +0000 (22:56 +0100)
maint/libucw.abi
ucw/gary.h

index 6519978d7cc8e6d22899e8a970dc2b6726026b25..cd462cc205386d9e00dd5582f616e176e0aba85e 100644 (file)
@@ -1,3 +1,4 @@
+# ucw/alloc.h
 # ucw/asio.h
 asio_init_queue
 asio_cleanup_queue
@@ -207,12 +208,11 @@ bput_utf16_le_slow
 bget_varint_slow
 bput_varint_slow
 # ucw/gary.h
-gary_allocator_default
-gary_allocator_zeroed
 gary_init
 gary_set_size
 gary_push_helper
 gary_fix
+gary_empty_hdr
 # ucw/getopt.h
 cf_def_file
 cf_env_file
@@ -493,6 +493,7 @@ str_to_uns
 # ucw/tbf.h
 tbf_init
 tbf_limit
+# ucw/threads.h
 # ucw/time.h
 get_timestamp
 timestamp_type
index 2c4c4edd513ecd999180189adeec5563f032ec55..f5274a94b2c0fe1a918523c2bb53b99719893206 100644 (file)
@@ -10,6 +10,7 @@
 #include <ucw/alloc.h>
 
 #ifdef CONFIG_UCW_CLEAN_ABI
+#define gary_empty_hdr ucw_gary_empty_hdr
 #define gary_fix ucw_gary_fix
 #define gary_init ucw_gary_init
 #define gary_push_helper ucw_gary_push_helper