This is the mail archive of the libc-hacker@sourceware.org mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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."
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |