This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients giampaolo.rodola, pitrou
Date 2011-02-25.23:39:28
SpamBayes Score 0.00054671185
Marked as misclassified No
Message-id <1298677169.65.0.896765267808.issue11325@psf.upfronthosting.co.za>
In-reply-to
Content
$ 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’
History
Date User Action Args
2011-02-25 23:39:29pitrousetrecipients: + pitrou, giampaolo.rodola
2011-02-25 23:39:29pitrousetmessageid: <1298677169.65.0.896765267808.issue11325@psf.upfronthosting.co.za>
2011-02-25 23:39:29pitroulinkissue11325 messages
2011-02-25 23:39:28pitroucreate