diff options
author | Dan Winship <danw@src.gnome.org> | 2001-01-06 04:04:15 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-01-06 04:04:15 +0800 |
commit | fc9fd0c4dd4e41c90e494d25e38b5bc49bb3aeaf (patch) | |
tree | 9c3d941351c0594e78b45f4ae08ed573f92febda /e-util/ChangeLog | |
parent | 9177914543e3bd828cb6e88ec035a5f7648bcebe (diff) | |
download | gsoc2013-evolution-fc9fd0c4dd4e41c90e494d25e38b5bc49bb3aeaf.tar gsoc2013-evolution-fc9fd0c4dd4e41c90e494d25e38b5bc49bb3aeaf.tar.gz gsoc2013-evolution-fc9fd0c4dd4e41c90e494d25e38b5bc49bb3aeaf.tar.bz2 gsoc2013-evolution-fc9fd0c4dd4e41c90e494d25e38b5bc49bb3aeaf.tar.lz gsoc2013-evolution-fc9fd0c4dd4e41c90e494d25e38b5bc49bb3aeaf.tar.xz gsoc2013-evolution-fc9fd0c4dd4e41c90e494d25e38b5bc49bb3aeaf.tar.zst gsoc2013-evolution-fc9fd0c4dd4e41c90e494d25e38b5bc49bb3aeaf.zip |
#define E_THREAD_NONE as ((pthread_t)~0) and use that instead of ~0
* e-msgport.c: #define E_THREAD_NONE as ((pthread_t)~0) and use
that instead of ~0 throughout. (pthread_t is a pointer type on my
system, so there are lots of warnings without the cast.)
svn path=/trunk/; revision=7271
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index d64af7c602..39e498066d 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2001-01-04 Dan Winship <danw@helixcode.com> + + * e-msgport.c: #define E_THREAD_NONE as ((pthread_t)~0) and use + that instead of ~0 throughout. (pthread_t is a pointer type on my + system, so there are lots of warnings without the cast.) + 2000-12-24 Not Zed <NotZed@HelixCode.com> * Merge from camel-mt-branch. |