Browse thread
Unix.getuid() int overflow
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Markus E L <ls-ocaml-2006@m...> |
| Subject: | Re: [Caml-list] Unix.getuid() int overflow |
Markus E L wrote:
> Hi Caml-Riders,
>
> When reading the sources of otherlibs/unix I saw that the
> implementation just maps the result of getuid (and similar calls) to
> ints. Remembering that (s) Ocaml has 32bit ints and (b) the Linux
^^^^^
s/32/31/
Stupid typo.
Regards -- Markus