| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Date: | Thu, 8 Feb 2001 16:10:43 +0100 |
| From: | Corinna Vinschen <cygwin AT cygwin DOT com> |
| To: | cygwin <cygwin AT cygwin DOT com> |
| Subject: | Re: ??typedef unsigned long long dev_t |
| Message-ID: | <20010208161043.D910@cygbert.vinschen.de> |
| Mail-Followup-To: | cygwin <cygwin AT cygwin DOT com> |
| References: | <001d01c091dc$e8351740$c85a9b86 AT vwl DOT unimannheim DOT de> |
| Mime-Version: | 1.0 |
| User-Agent: | Mutt/1.2.5i |
| In-Reply-To: | <001d01c091dc$e8351740$c85a9b86@vwl.unimannheim.de>; from daniel.probst@vwl.uni-mannheim.de on Thu, Feb 08, 2001 at 03:39:09PM +0100 |
On Thu, Feb 08, 2001 at 03:39:09PM +0100, Daniel Probst wrote: > In current cygwin file /usr/include/sys/types.h, line 124 shows: > > typedef unsigned long long dev_t; > > Is that one long too many? Nope. Read the header again: #if defined(__rtems__) /* device numbers are 32-bit major and and 32-bit minor */ typedef unsigned long long dev_t; #else typedef short dev_t; #endif Cygwin != RTEMS, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |