[New-bugs-announce] [issue11325] compilation warning with sendfile

Antoine Pitrou report at bugs.python.org
Sat Feb 26 00:39:29 CET 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

$ make
gcc -pthread  -g -O0 -Wall -Wstrict-prototypes    -I. -IInclude -I./Include    -DPy_BUILD_CORE  -c ./Modules/posixmodule.c -o Modules/posixmodule.o
./Modules/posixmodule.c: In function ‘posix_sendfile’:
./Modules/posixmodule.c:6025: attention : implicit declaration of function ‘sendfile’

----------
assignee: giampaolo.rodola
components: Extension Modules
messages: 129470
nosy: giampaolo.rodola, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: compilation warning with sendfile
type: compile error
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11325>
_______________________________________


More information about the New-bugs-announce mailing list