From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1862 invoked by alias); 9 Nov 2006 05:49:42 -0000 Received: (qmail 1841 invoked by uid 48); 9 Nov 2006 05:49:32 -0000 Date: Thu, 09 Nov 2006 05:49:00 -0000 From: "nmiell at comcast dot net" To: glibc-bugs@sources.redhat.com Message-ID: <20061109054932.3493.nmiell@comcast.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/3493] New: sysconf() should not be declared __attribute__((const)) X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00031.txt.bz2 List-Id: Several of the values (at the very least, _SC_NPROCESSORS_ONLN) can change at runtime, which means labeling sysconf() as a const function is incorrect. -- Summary: sysconf() should not be declared __attribute__((const)) Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: libc AssignedTo: drepper at redhat dot com ReportedBy: nmiell at comcast dot net CC: glibc-bugs at sources dot redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=3493 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.