public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: Ulrich Drepper <drepper@redhat.com>
Cc: GNU libc hacker <libc-hacker@sources.redhat.com>
Subject: Re: sysdeps/generic
Date: Wed, 14 Dec 2005 23:20:00 -0000	[thread overview]
Message-ID: <je3bkv2rmp.fsf@sykes.suse.de> (raw)
In-Reply-To: <439FDBEE.6070608@redhat.com> (Ulrich Drepper's message of "Wed, 14 Dec 2005 00:46:38 -0800")

These two changes are needed:

2005-12-15  Andreas Schwab  <schwab@suse.de>

	* sysdeps/unix/sysv/linux/sched_getaffinity.c: Adjust for move of
	generic files.
	* sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.

Index: sysdeps/unix/sysv/linux/sched_getaffinity.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/sched_getaffinity.c,v
retrieving revision 1.4
diff -u -a -p -r1.4 sched_getaffinity.c
--- sysdeps/unix/sysv/linux/sched_getaffinity.c	29 Mar 2004 21:58:46 -0000	1.4
+++ sysdeps/unix/sysv/linux/sched_getaffinity.c	14 Dec 2005 23:17:50 -0000
@@ -54,5 +54,5 @@ __sched_getaffinity_old (pid_t pid, cpu_
 compat_symbol (libc, __sched_getaffinity_old, sched_getaffinity, GLIBC_2_3_3);
 # endif
 #else
-# include <sysdeps/generic/sched_getaffinity.c>
+# include <posix/sched_getaffinity.c>
 #endif
Index: sysdeps/unix/sysv/linux/sched_setaffinity.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/sched_setaffinity.c,v
retrieving revision 1.5
diff -u -a -p -r1.5 sched_setaffinity.c
--- sysdeps/unix/sysv/linux/sched_setaffinity.c	18 Jun 2004 02:47:27 -0000	1.5
+++ sysdeps/unix/sysv/linux/sched_setaffinity.c	14 Dec 2005 23:17:50 -0000
@@ -84,5 +84,5 @@ __sched_setaffinity_old (pid_t pid, cons
 compat_symbol (libc, __sched_setaffinity_old, sched_setaffinity, GLIBC_2_3_3);
 # endif
 #else
-# include <sysdeps/generic/sched_setaffinity.c>
+# include <posix/sched_setaffinity.c>
 #endif

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

  parent reply	other threads:[~2005-12-14 23:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-14  8:48 sysdeps/generic Ulrich Drepper
2005-12-14 13:43 ` sysdeps/generic Andreas Schwab
2005-12-14 15:59 ` sysdeps/generic Ulrich Drepper
2005-12-14 23:20 ` Andreas Schwab [this message]
2005-12-15 21:15   ` sysdeps/generic Roland McGrath
2005-12-15  9:48 ` sysdeps/generic Kaz Kojima

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=je3bkv2rmp.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    --cc=drepper@redhat.com \
    --cc=libc-hacker@sources.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).