commit | 86e104a6ab8d81916a13b01ec892dd006a033359 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 09 14:45:38 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 09 14:45:38 2011 +0200 |
tree | 7764bc520854b693102fd172ef817b1340e1b4bb | |
parent | e0c9a7533cefe3b445a6b55b98f35bfe9dd6dd44 [diff] |
Issue #8407: Use an explicit cast for FreeBSD pthread_t is a pointer, not an integer, on FreeBSD. It should fix the following gcc warning: passing argument 1 of ‘pthread_kill’ makes pointer from integer without a cast