From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261413AbUKIG0p (ORCPT ); Tue, 9 Nov 2004 01:26:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261430AbUKIG0n (ORCPT ); Tue, 9 Nov 2004 01:26:43 -0500 Received: from cantva.canterbury.ac.nz ([132.181.2.27]:51473 "EHLO cantva.canterbury.ac.nz") by vger.kernel.org with ESMTP id S261418AbUKIGTR (ORCPT ); Tue, 9 Nov 2004 01:19:17 -0500 Date: Tue, 09 Nov 2004 19:19:14 +1300 From: ych43 Subject: select( ) function with socket To: linux-kernel@vger.kernel.org Message-id: <418CC3ED@webmail> MIME-version: 1.0 X-Mailer: WebMail (Hydra) SMTP v3.61 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-WebMail-UserID: ych43 X-EXP32-SerialNo: 00002797 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, I use select( ) function of socket programming on linux. After this function, I try to print the return value of select( ) function out. But there is no return value coming out, even no any error out. So I do not know what's wrong with this function. If I incorrectly used this function, some errors would come out. But no any error comes out. Can anybody help me. Thank in advance! king regards