diff options
author | Rob Landley <rob@landley.net> | 2007-04-23 15:45:55 -0400 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-04-23 15:45:55 -0400 |
commit | c92fde0bc75ade9d06c0d843c4693b9e2e338938 (patch) | |
tree | ae47a9a3ea727cc9170c67fbc044aa039f22a480 /www/design.html | |
parent | 4f34f0aa4d4f0874a6dbcafe8e43cc8ef2182092 (diff) | |
download | toybox-c92fde0bc75ade9d06c0d843c4693b9e2e338938.tar.gz |
Add sync and an incomplete version of mdev.
Diffstat (limited to 'www/design.html')
-rw-r--r-- | www/design.html | 2 |
1 files changed, 1 insertions, 1 deletions
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.</p> <p>This is guaranteed by the LP64 memory model, a Unix standard (which Linux -and MacOS X implements). See +and MacOS X both implement). See <a href=http://www.unix.org/whitepapers/64bit.html>the LP64 standard</a> and <a href=http://www.unix.org/version2/whatsnew/lp64_wp.html>the LP64 rationale</a> for details.</p> |