summaryrefslogtreecommitdiffstats
path: root/src/include/stdint.h
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2012-02-14 16:45:40 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-02-22 16:11:14 -0600
commitddb7ed4a1c3da475aa1fd6036171d4bbba75e722 (patch)
tree6616d24f32e7ff5154bb25bd9366137848ceeced /src/include/stdint.h
parentc232f7a5a8b38321edae7a02c3148e67b5b4c3c7 (diff)
downloadtalos-hostboot-ddb7ed4a1c3da475aa1fd6036171d4bbba75e722.tar.gz
talos-hostboot-ddb7ed4a1c3da475aa1fd6036171d4bbba75e722.zip
STL advance / distance.
Change-Id: I9cdf9459f2970def812b1681897fe7d0cdda37ac Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/669 Tested-by: Jenkins Server Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Terry J. Opie <opiet@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/stdint.h')
-rw-r--r--src/include/stdint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/stdint.h b/src/include/stdint.h
index 1f9ed95b9..e545e0f29 100644
--- a/src/include/stdint.h
+++ b/src/include/stdint.h
@@ -38,6 +38,8 @@ typedef unsigned long int uint64_t;
typedef uint64_t size_t;
typedef int64_t ssize_t;
+typedef ssize_t ptrdiff_t;
+
#define UINT8_MAX (255U)
#define UINT16_MAX (65535U)
#define UINT32_MAX (4294967295U)
OpenPOWER on IntegriCloud