From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com ([74.125.82.52]:33523 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752950AbbDMKF3 (ORCPT ); Mon, 13 Apr 2015 06:05:29 -0400 Received: by wgin8 with SMTP id n8so74953239wgi.0 for ; Mon, 13 Apr 2015 03:05:28 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <5526BD63.3080509@kernel.org> <9B863FBE-8332-47EB-8E6C-C8943EF5D185@kernel.org> From: "s.rawat" Date: Mon, 13 Apr 2015 15:35:08 +0530 Message-ID: Subject: Re: Regarding generic_buffer.c Application for Android To: Jonathan Cameron Cc: Jonathan Cameron , "linux-iio@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org +closedir(dp) +dp = opendir(scan_el_dir); This seems to work fine.But sometimes polling accel throws error : failed to open /dev/iio:device0 . sorry for reposts : Changed the browser.Was not able to send in "Plain text mode" On Mon, Apr 13, 2015 at 11:56 AM, Jonathan Cameron wrote: > > > On 13 April 2015 04:40:17 BST, "s.rawat" wrote: >>On Fri, Apr 10, 2015 at 11:49 AM, Jonathan Cameron >>wrote: >>> Hit google >>> http://pubs.opengroup.org/onlinepubs/009695399/functions/seekdir.html >>> So for POSIX compliance they are optional. >> >>You mean seekdir(dp, 0); in function inline int >>build_channel_array(...) is optional?If I comment it, will it have no >>effect? This function is called inside main() of generic_buffer.c and >>I cant get it compiled with the tool chain I have.Is there any >>alternate code I can replace it with if it is Not Optional? > The functionality is not optional. There is no obligation for the operating system to implement seekdir. > > Here equivalent is probably to close and reopen the directory. >> >>I can take care of le16toh/be16toh. >> >>Thanks and Rgds, >>S > > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity.