From c92fde0bc75ade9d06c0d843c4693b9e2e338938 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 23 Apr 2007 15:45:55 -0400 Subject: Add sync and an incomplete version of mdev. --- www/design.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/design.html') diff --git a/www/design.html b/www/design.html index 458d12f7..0fe2b1a2 100644 --- a/www/design.html +++ b/www/design.html @@ -208,7 +208,7 @@ are always the same size (on both 32 and 64 bit). Pointer and int are _not_ the same size on 64 bit systems, but pointer and long are.

This is guaranteed by the LP64 memory model, a Unix standard (which Linux -and MacOS X implements). See +and MacOS X both implement). See the LP64 standard and the LP64 rationale for details.

-- cgit v1.2.3