From 5c277844959d86991e45e1491a8b52d82150cf9d Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 15 May 2022 05:56:04 +0200 Subject: grt: add grt-readline_gnu and grt-readline_none grt-readline is now a renaming of grt-readline_gnut --- src/grt/grt-c.ads | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/grt/grt-c.ads') diff --git a/src/grt/grt-c.ads b/src/grt/grt-c.ads index 64b43127a..e2a66c705 100644 --- a/src/grt/grt-c.ads +++ b/src/grt/grt-c.ads @@ -34,6 +34,8 @@ package Grt.C is -- Type size_t. type size_t is mod 2 ** Standard'Address_Size; + type ssize_t is range + -2 ** (Standard'Address_Size - 1) .. 2 ** (Standard'Address_Size - 1) - 1; -- Type int. It is an alias on Integer for simplicity. subtype int is Integer; -- cgit v1.2.3