From: Harald Hoyer <harald@redhat.com>
To: linux-hotplug@vger.kernel.org
Subject: this adds lseek64 to klibc
Date: Thu, 15 Jul 2004 09:09:04 +0000 [thread overview]
Message-ID: <40F649B0.6020201@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 24 bytes --]
+#define lseek64 llseek
[-- Attachment #2: udev-029-lseek64.patch --]
[-- Type: text/x-patch, Size: 492 bytes --]
diff -ur udev-029/klibc/klibc/include/unistd.h udev-029.new/klibc/klibc/include/unistd.h
--- udev-029/klibc/klibc/include/unistd.h 2004-07-02 20:17:03.000000000 +0200
+++ udev-029.new/klibc/klibc/include/unistd.h 2004-07-06 15:11:05.144770448 +0200
@@ -83,6 +83,7 @@
__extern int close(int);
__extern off_t lseek(int, off_t, int);
__extern loff_t llseek(int, loff_t, int);
+#define lseek64 llseek
__extern int dup(int);
__extern int dup2(int, int);
__extern int fcntl(int, int, long);
next reply other threads:[~2004-07-15 9:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-15 9:09 Harald Hoyer [this message]
2004-07-15 15:50 ` this adds lseek64 to klibc H. Peter Anvin
2004-07-15 17:37 ` Harald Hoyer
2004-07-15 17:41 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40F649B0.6020201@redhat.com \
--to=harald@redhat.com \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.