OSDN Git Service

Releases pages updated/added in LDP v3.76
[linuxjm/LDP_man-pages.git] / release / man3 / lseek64.3
index 401e3d6..040c25d 100644 (file)
@@ -101,12 +101,10 @@ lseek64 \- ファイルの 64 ビットの読み書きオフセットの位置
 .fi
 .sp
 .\" in libc 5.0.9, not in 4.7.6
-The type \fIloff_t\fP is a 64\-bit signed type.  The library routine \fBllseek\fP()
-is available in the glibc and works without special defines.  However, the
-glibc headers do not provide a prototype.  Users should add the above
-prototype, or something equivalent, to their own source.  When users
-complained about data loss caused by a miscompilation of \fBe2fsck\fP(8), glibc
-2.1.3 added the link\-time warning
+型 \fIloff_t\fP は 64 ビット符号付き型である。 ライブラリルーチン \fBllseek\fP() は glibc で利用可能であり、
+特別な定義なしに動作する。 しかしながら、 glibc のヘッダーはプロトタイプを供していない。 ユーザは上記のプロトタイプまたはそれと同等のものを、
+自身のソースに追加しなければならない。 このデータがないことによって \fBe2fsck\fP(8)  のコンパイルが失敗するという苦情がユーザから出たので、
+glibc 2.1.3 では以下のようなリンク時の警告が追加された。
 .sp
 .in +4n
 "the \`llseek\' function may be dangerous; use \`lseek64\' instead."