X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=blobdiff_plain;f=posix%2Funistd.h;h=632f24d0180744bfde97a8bec37203a23a71e188;hp=9e1cc8e8e0bc4407c375e658464716d225697540;hb=4f344d5eed3315176d0b8c9fe4e9f37a63fe7ca1;hpb=b747fd4888d1c7b53f106157081c268d0b5413be diff --git a/posix/unistd.h b/posix/unistd.h index 9e1cc8e8e0..632f24d018 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,93,94,95,96,97,98 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -273,7 +273,7 @@ extern __off_t __lseek __P ((int __fd, __off_t __offset, int __whence)); #ifndef __USE_FILE_OFFSET64 extern __off_t lseek __P ((int __fd, __off_t __offset, int __whence)); #else -extern __off_t lseek __P ((int __fd, __off64_t __offset, int __whence)) +extern __off64_t lseek __P ((int __fd, __off64_t __offset, int __whence)) __asm__ ("lseek64"); #endif #ifdef __USE_LARGEFILE64