linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: Steven Scholz <steven.scholz@imc-berlin.de>
Cc: Linuxppc-Embedded <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: large file support?
Date: Thu, 31 Jul 2003 13:37:19 +0200	[thread overview]
Message-ID: <20030731113724.CB20BC602D@atlas.denx.de> (raw)
In-Reply-To: Your message of "Thu, 31 Jul 2003 12:30:46 +0200." <3F28EFD6.3070803@imc-berlin.de>


In message <3F28EFD6.3070803@imc-berlin.de> you wrote:
>
> how could I find out if the kernel and the glibc I am using will
> correctly supprot large files (>2GB)?

	char buf[4096];
	for (;;)
		write (fd, buf, sizeof(buf));

:-)


Best regards,

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Perl already has an IDE.  It's called Unix.
                      -- Tom Christiansen in 375bd509@cs.colorado.edu

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2003-07-31 11:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-31 10:30 large file support? Steven Scholz
2003-07-31 11:37 ` Wolfgang Denk [this message]
2003-07-31 11:58   ` Steven Scholz
2003-07-31 12:01 ` Steven Scholz
2003-07-31 12:50   ` Wolfgang Denk
2003-07-31 12:59     ` Steven Scholz
2003-07-31 14:30       ` Steven Scholz
     [not found] <00001C9A.C22236@denx.de>
2003-07-31 13:00 ` Jerry Van Baren

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=20030731113724.CB20BC602D@atlas.denx.de \
    --to=wd@denx.de \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=steven.scholz@imc-berlin.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).