From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16560 invoked by alias); 16 Dec 2007 03:00:25 -0000 Received: (qmail 16520 invoked by uid 48); 16 Dec 2007 03:00:12 -0000 Date: Sun, 16 Dec 2007 03:00:00 -0000 Message-ID: <20071216030012.16519.qmail@sourceware.org> From: "samuel dot thibault at ens-lyon dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20070701224910.4719.samuel.thibault@ens-lyon.org> References: <20070701224910.4719.samuel.thibault@ens-lyon.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug hurd/4719] should define _IOT__IOTBASE_unsigned and _IOT__IOTBASE_size_t X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00097.txt.bz2 ------- Additional Comments From samuel dot thibault at ens-lyon dot org 2007-12-16 03:00 ------- Created an attachment (id=2137) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2137&action=view) Support unsigned char/short/int/long Instead of supporting just "unsigned", we should support unsigned char/short/int/long, which this patch does by just dropping signedness qualifiers, which we don't need to encode. Also, support ssize_t in addition to size_t. -- What |Removed |Added ---------------------------------------------------------------------------- Attachment #1909 is|0 |1 obsolete| | http://sourceware.org/bugzilla/show_bug.cgi?id=4719 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.