From 5898445832365d98f56e3fe2f474046f0426cb26 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 28 Jan 2014 22:56:32 +0100 Subject: [PATCH] ABI: Updated symbol renames --- maint/libucw.abi | 5 +++-- ucw/gary.h | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/maint/libucw.abi b/maint/libucw.abi index 6519978d..cd462cc2 100644 --- a/maint/libucw.abi +++ b/maint/libucw.abi @@ -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 diff --git a/ucw/gary.h b/ucw/gary.h index 2c4c4edd..f5274a94 100644 --- a/ucw/gary.h +++ b/ucw/gary.h @@ -10,6 +10,7 @@ #include #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 -- 2.39.2