From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12591 invoked by alias); 18 Dec 2012 07:03:56 -0000 Received: (qmail 12582 invoked by uid 22791); 18 Dec 2012 07:03:54 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-oa0-f44.google.com (HELO mail-oa0-f44.google.com) (209.85.219.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Dec 2012 07:03:47 +0000 Received: by mail-oa0-f44.google.com with SMTP id n5so260246oag.17 for ; Mon, 17 Dec 2012 23:03:46 -0800 (PST) Received: by 10.182.218.37 with SMTP id pd5mr789611obc.24.1355814226574; Mon, 17 Dec 2012 23:03:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.60.84.5 with HTTP; Mon, 17 Dec 2012 23:03:06 -0800 (PST) In-Reply-To: <87y5gwv41a.fsf@fleche.redhat.com> References: <87txryx36w.fsf@fleche.redhat.com> <87lid9x6hl.fsf@fleche.redhat.com> <87vcc9el7d.fsf@fleche.redhat.com> <878v939t6z.fsf@fleche.redhat.com> <87ehiszbm9.fsf@fleche.redhat.com> <87y5gwv41a.fsf@fleche.redhat.com> From: Hui Zhu Date: Tue, 18 Dec 2012 07:03:00 -0000 Message-ID: Subject: Re: [PATCH] Add fseek to ui-file To: Tom Tromey Cc: gdb-patches ml , Hui Zhu Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00614.txt.bz2 On Tue, Dec 18, 2012 at 4:04 AM, Tom Tromey wrote: >>>>>> "Hui" == Hui Zhu writes: > > Hui> OK. Set errno to EBADF in new patch because its means "The stream > Hui> specified is not a seekable stream". > > Thank you. > This is ok. > > Tom Thanks for your help. Checked in. http://sourceware.org/ml/gdb-cvs/2012-12/msg00135.html Best, Hui