~ubuntu-branches/ubuntu/hardy/klibc/hardy-updates

« back to all changes in this revision

Viewing changes to include/bits32/bitsize/stddef.h

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Bailey
  • Date: 2006-01-04 20:24:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060104202452-ec4v3n829rymukuv
Tags: 1.1.15-0ubuntu1
* New upstream version.

* Patch to fix compilation on parisc64 kernels.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#define _BITSIZE_STDDEF_H
7
7
 
8
8
#define _SIZE_T
9
 
#if defined(__s390__) || defined(__hppa__) || defined(__cris__)
 
9
#if defined(__s390__) || defined(__cris__)
10
10
typedef unsigned long size_t;
11
11
#else
12
12
typedef unsigned int size_t;