diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-09 14:45:38 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-09 14:45:38 +0200 |
commit | 86e104a6ab8d81916a13b01ec892dd006a033359 (patch) | |
tree | 7764bc520854b693102fd172ef817b1340e1b4bb /Python/thread.c | |
parent | e0c9a7533cefe3b445a6b55b98f35bfe9dd6dd44 (diff) | |
download | cpython-git-86e104a6ab8d81916a13b01ec892dd006a033359.tar.gz |
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
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions