From 5e69581a431d858eb88ff2d165d7ac566f0f32a9 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 20 Aug 2002 23:15:03 +0000 Subject: [PATCH] 2002-08-21 Marcus Brinkmann * ath.h: Update list of symbols that get a prefix: Rename the ath_mutex_*_available symbols to ath_*_available. --- gpgme/ChangeLog | 5 +++++ gpgme/ath.h | 14 ++------------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 43dd2af..63193cf 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,8 @@ +2002-08-21 Marcus Brinkmann + + * ath.h: Update list of symbols that get a prefix: Rename the + ath_mutex_*_available symbols to ath_*_available. + 2002-08-21 Marcus Brinkmann * stpcpy.c: New file from gnulib. diff --git a/gpgme/ath.h b/gpgme/ath.h index c10da70..20e2fff 100644 --- a/gpgme/ath.h +++ b/gpgme/ath.h @@ -36,22 +36,12 @@ #define ath_mutex_destroy ATH_PREFIX(ath_mutex_destroy) #define ath_mutex_lock ATH_PREFIX(ath_mutex_lock) #define ath_mutex_unlock ATH_PREFIX(ath_mutex_unlock) -#define ath_mutex_pthread_available \ - ATH_PREFIX(ath_mutex_pthread_available) -#define ath_mutex_pth_available \ - ATH_PREFIX(ath_mutex_pth_available) -#define ath_mutex_dummy_available \ - ATH_PREFIX(ath_mutex_dummy_available) #define ath_read ATH_PREFIX(ath_read) #define ath_write ATH_PREFIX(ath_write) #define ath_select ATH_PREFIX(ath_select) #define ath_waitpid ATH_PREFIX(ath_waitpid) -#define ath_mutex_pthread_available \ - ATH_PREFIX(ath_mutex_pthread_available) -#define ath_mutex_pthr_available \ - ATH_PREFIX(ath_mutex_pthr_available) -#define ath_mutex_dummy_available \ - ATH_PREFIX(ath_mutex_dummy_available) +#define ath_pthread_available ATH_PREFIX(ath_pthread_available) +#define ath_pth_available ATH_PREFIX(ath_pth_available) #endif -- 2.26.2