public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Ulrich Drepper <drepper@redhat.com>, Roland McGrath <roland@redhat.com>
Cc: Glibc hackers <libc-hacker@sources.redhat.com>
Subject: [PATCH] Misc fixes
Date: Sat, 12 Jul 2003 14:19:00 -0000	[thread overview]
Message-ID: <20030712141939.GO20507@sunsite.ms.mff.cuni.cz> (raw)

Hi!

2003-07-12  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/futimes.c: Include kernel-features.h.
	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Fix
	a typo.

--- libc/sysdeps/unix/sysv/linux/futimes.c	12 Jul 2003 09:10:10 -0000	1.1.1.1
+++ libc/sysdeps/unix/sysv/linux/futimes.c	12 Jul 2003 09:48:04 -0000	1.2
@@ -23,6 +23,8 @@
 #include <sys/time.h>
 #include <stdio-common/_itoa.h>
 
+#include "kernel-features.h"
+
 /* Change the access time of FILE to TVP[0] and
    the modification time of FILE to TVP[1], but do not follow symlinks.
 
--- libc/sysdeps/unix/sysv/linux/kernel-features.h	12 Jul 2003 09:10:10 -0000	1.1.1.39
+++ libc/sysdeps/unix/sysv/linux/kernel-features.h	12 Jul 2003 09:48:04 -0000	1.24
@@ -347,7 +347,7 @@
 #endif
 
 /* The utimes syscall has been available for some architectures forever.  */
-#if defined __alpha__ || defined __ia64__ || defined __hppa_ \
+#if defined __alpha__ || defined __ia64__ || defined __hppa__ \
     || defined __sparc__
 # define __ASSUME_UTIMES	1
 #endif

	Jakub

             reply	other threads:[~2003-07-12 14:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-12 14:19 Jakub Jelinek [this message]
2003-07-12 18:49 ` Ulrich Drepper
  -- strict thread matches above, loose matches on Subject: below --
2009-03-10 13:42 Jakub Jelinek
2004-10-06 11:41 Jakub Jelinek
2002-12-16 10:56 Jakub Jelinek
2002-12-16 11:33 ` Ulrich Drepper
1999-12-28  7:14 Jakub Jelinek
1999-12-28  8:29 ` 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=20030712141939.GO20507@sunsite.ms.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).