New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue11325> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com