2002-08-21 Marcus Brinkmann <marcus@g10code.de>
* ath.h: Update list of symbols that get a prefix: Rename the ath_mutex_*_available symbols to ath_*_available.
This commit is contained in:
parent
9f637f0b8a
commit
5e69581a43
@ -1,3 +1,8 @@
|
|||||||
|
2002-08-21 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* ath.h: Update list of symbols that get a prefix: Rename the
|
||||||
|
ath_mutex_*_available symbols to ath_*_available.
|
||||||
|
|
||||||
2002-08-21 Marcus Brinkmann <marcus@g10code.de>
|
2002-08-21 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* stpcpy.c: New file from gnulib.
|
* stpcpy.c: New file from gnulib.
|
||||||
|
14
gpgme/ath.h
14
gpgme/ath.h
@ -36,22 +36,12 @@
|
|||||||
#define ath_mutex_destroy ATH_PREFIX(ath_mutex_destroy)
|
#define ath_mutex_destroy ATH_PREFIX(ath_mutex_destroy)
|
||||||
#define ath_mutex_lock ATH_PREFIX(ath_mutex_lock)
|
#define ath_mutex_lock ATH_PREFIX(ath_mutex_lock)
|
||||||
#define ath_mutex_unlock ATH_PREFIX(ath_mutex_unlock)
|
#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_read ATH_PREFIX(ath_read)
|
||||||
#define ath_write ATH_PREFIX(ath_write)
|
#define ath_write ATH_PREFIX(ath_write)
|
||||||
#define ath_select ATH_PREFIX(ath_select)
|
#define ath_select ATH_PREFIX(ath_select)
|
||||||
#define ath_waitpid ATH_PREFIX(ath_waitpid)
|
#define ath_waitpid ATH_PREFIX(ath_waitpid)
|
||||||
#define ath_mutex_pthread_available \
|
#define ath_pthread_available ATH_PREFIX(ath_pthread_available)
|
||||||
ATH_PREFIX(ath_mutex_pthread_available)
|
#define ath_pth_available ATH_PREFIX(ath_pth_available)
|
||||||
#define ath_mutex_pthr_available \
|
|
||||||
ATH_PREFIX(ath_mutex_pthr_available)
|
|
||||||
#define ath_mutex_dummy_available \
|
|
||||||
ATH_PREFIX(ath_mutex_dummy_available)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user