]> granicus.if.org Git - python/commit
Issue #8407: Use an explicit cast for FreeBSD
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 12:45:38 +0000 (14:45 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 12:45:38 +0000 (14:45 +0200)
commit86e104a6ab8d81916a13b01ec892dd006a033359
tree7764bc520854b693102fd172ef817b1340e1b4bb
parente0c9a7533cefe3b445a6b55b98f35bfe9dd6dd44
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
Modules/signalmodule.c