public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Ulrich Drepper <drepper@redhat.com>
Cc: Roland McGrath <roland@redhat.com>,
	Glibc hackers <libc-hacker@sources.redhat.com>
Subject: Re: [PATCH] Fix futimesat with NULL second argument
Date: Fri, 18 Nov 2005 22:15:00 -0000	[thread overview]
Message-ID: <20051118221530.GP16723@sunsite.mff.cuni.cz> (raw)
In-Reply-To: <20051118210957.GO16723@sunsite.mff.cuni.cz>

On Fri, Nov 18, 2005 at 10:09:58PM +0100, Jakub Jelinek wrote:
> It is unclear what happens with
> futimesat (AT_FDCWD, NULL, tvp)
> though, my patch will just fail, other variant would be set times on
> current working directory.

Tried on Solaris 10, for:
  futimesat (AT_FDCWD, NULL, NULL);
truss says:
futimesat(-3041965, "", 0x00000000)             Err#14 EFAULT

/usr/include/sys/fcntl.h:#define        AT_FDCWD 0xffd19553

	Jakub

  reply	other threads:[~2005-11-18 22:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-18 21:10 Jakub Jelinek
2005-11-18 22:15 ` Jakub Jelinek [this message]
2005-11-19 17:19 ` Ulrich Drepper
2005-11-24 14:34 ` Andreas Schwab
2005-11-24 18:09   ` Ulrich Drepper

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=20051118221530.GP16723@sunsite.mff.cuni.cz \
    --to=jakub@redhat.com \
    --cc=drepper@redhat.com \
    --cc=libc-hacker@sources.redhat.com \
    --cc=roland@redhat.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).