[ https://issues.apache.org/jira/browse/HADOOP-8569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13587143#comment-13587143 ]
Hudson commented on HADOOP-8569: -------------------------------- Integrated in Hadoop-Mapreduce-trunk #1356 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1356/]) HADOOP-8569. CMakeLists.txt: define _GNU_SOURCE and _LARGEFILE_SOURCE. Contributed by Colin Patrick McCabe. (Revision 1449922) Result = SUCCESS atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1449922 Files : * /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt * /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/CMakeLists.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/CMakeLists.txt * /hadoop/common/trunk/hadoop-tools/hadoop-pipes/src/CMakeLists.txt > CMakeLists.txt: define _GNU_SOURCE and _LARGEFILE_SOURCE > -------------------------------------------------------- > > Key: HADOOP-8569 > URL: https://issues.apache.org/jira/browse/HADOOP-8569 > Project: Hadoop Common > Issue Type: Bug > Reporter: Colin Patrick McCabe > Assignee: Colin Patrick McCabe > Priority: Minor > Fix For: 2.0.4-beta > > Attachments: HADOOP-8569.001.patch, HADOOP-8569.003.patch > > > In the native code, we should define _GNU_SOURCE and _LARGEFILE_SOURCE so > that all of the functions on Linux are available. > _LARGEFILE enables fseeko and ftello; _GNU_SOURCE enables a variety of > Linux-specific functions from glibc, including sync_file_range. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira