Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs/ja_JP: fix translation of freestanding C environment

The current Japanese translation incorrectly implies that the kernel is
independent of the C language.

Translate "freestanding C environment" accurately.

Signed-off-by: Masaharu Noguchi <nogunix@gmail.com>
Reviewed-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260104-ja-howto-v2-2-8cac525b3dfe@gmail.com>

authored by

Masaharu Noguchi and committed by
Jonathan Corbet
c7bba35e b09ee709

+1 -1
+1 -1
Documentation/translations/ja_JP/process/howto.rst
··· 49 49 50 50 カーネルは GNU C と GNU ツールチェインを使って書かれています。カーネル 51 51 は ISO C11 仕様に準拠して書く一方で、標準には無い言語拡張を多く使って 52 - います。カーネルは標準 C ライブラリに依存しない、C 言語非依存環境です。 52 + います。カーネルは標準 C ライブラリに依存しない、自立した C 環境です。 53 53 そのため、C の標準の中で使えないものもあります。特に任意の long long 54 54 の除算や浮動小数点は使えません。カーネルがツールチェインや C 言語拡張 55 55 に置いている前提がどうなっているのかわかりにくいことが時々あり、また、