diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-02-13 07:30:06 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-02-13 07:30:06 +0000 |
commit | bb786851edfb584a36b3f2674eb024af6f33f319 (patch) | |
tree | 4243fee7b513ae79b63f94593d5e9e0b2bbe86c5 /fedora | |
parent | a7343889536746d3c1902f85c2075ee19ee58c7a (diff) | |
download | glibc-bb786851edfb584a36b3f2674eb024af6f33f319.tar glibc-bb786851edfb584a36b3f2674eb024af6f33f319.tar.gz glibc-bb786851edfb584a36b3f2674eb024af6f33f319.tar.bz2 glibc-bb786851edfb584a36b3f2674eb024af6f33f319.zip |
Updated to fedora-glibc-20060213T0650
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 139 |
2 files changed, 120 insertions, 23 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index 644327ec67..e9760460ca 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -3,5 +3,5 @@ glibc-branch := fedora glibc-base := HEAD DIST_BRANCH := devel COLLECTION := dist-fc4 -fedora-sync-date := 2006-02-04 07:58 UTC -fedora-sync-tag := fedora-glibc-20060204T0758 +fedora-sync-date := 2006-02-13 06:50 UTC +fedora-sync-tag := fedora-glibc-20060213T0650 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 0c22cc8b45..5547e9a22a 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 36 +%define glibcrelease 37 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -294,7 +294,7 @@ cat > override_headers/asm/unistd.h <<EOF #define __NR_mknodat 297 #define __NR_fchownat 298 #define __NR_futimesat 299 -#define __NR_newfstatat 300 +#define __NR_fstatat64 300 #define __NR_unlinkat 301 #define __NR_renameat 302 #define __NR_linkat 303 @@ -307,34 +307,61 @@ cat > override_headers/asm/unistd.h <<EOF #define __NR_pselect6 308 #define __NR_ppoll 309 #endif +#ifndef __NR_unshare +#define __NR_unshare 310 +#endif %endif %ifarch ia64 #ifndef __NR_timer_create -#define __NR_timer_create 1248 -#define __NR_timer_settime 1249 -#define __NR_timer_gettime 1250 -#define __NR_timer_getoverrun 1251 -#define __NR_timer_delete 1252 -#define __NR_clock_settime 1253 -#define __NR_clock_gettime 1254 -#define __NR_clock_getres 1255 -#define __NR_clock_nanosleep 1256 +#define __NR_timer_create 1248 +#define __NR_timer_settime 1249 +#define __NR_timer_gettime 1250 +#define __NR_timer_getoverrun 1251 +#define __NR_timer_delete 1252 +#define __NR_clock_settime 1253 +#define __NR_clock_gettime 1254 +#define __NR_clock_getres 1255 +#define __NR_clock_nanosleep 1256 #endif #ifndef __NR_mq_open -#define __NR_mq_open 1262 -#define __NR_mq_unlink 1263 -#define __NR_mq_timedsend 1264 -#define __NR_mq_timedreceive 1265 -#define __NR_mq_notify 1266 -#define __NR_mq_getsetattr 1267 +#define __NR_mq_open 1262 +#define __NR_mq_unlink 1263 +#define __NR_mq_timedsend 1264 +#define __NR_mq_timedreceive 1265 +#define __NR_mq_notify 1266 +#define __NR_mq_getsetattr 1267 #endif #ifndef __NR_waitid -#define __NR_waitid 1270 +#define __NR_waitid 1270 #endif #ifndef __NR_inotify_init -#define __NR_inotify_init 1277 -#define __NR_inotify_add_watch 1278 -#define __NR_inotify_rm_watch 1279 +#define __NR_inotify_init 1277 +#define __NR_inotify_add_watch 1278 +#define __NR_inotify_rm_watch 1279 +#endif +#ifndef __NR_openat +#define __NR_openat 1281 +#define __NR_mkdirat 1282 +#define __NR_mknodat 1283 +#define __NR_fchownat 1284 +#define __NR_futimesat 1285 +#define __NR_newfstatat 1286 +#define __NR_unlinkat 1287 +#define __NR_renameat 1288 +#define __NR_linkat 1289 +#define __NR_symlinkat 1290 +#define __NR_readlinkat 1291 +#define __NR_fchmodat 1292 +#define __NR_faccessat 1293 +#endif +#if 0 +#ifndef __NR_pselect6 +#define __NR_pselect6 1294 +#define __NR_ppoll 1295 +#endif +#endif +#ifndef __NR_unshare +#define __NR_unshare 1296 #endif %endif %ifarch ppc @@ -368,6 +395,9 @@ cat > override_headers/asm/unistd.h <<EOF #define __NR_pselect6 280 #define __NR_ppoll 281 #endif +#ifndef __NR_unshare +#define __NR_unshare 282 +#endif %endif %ifarch ppc64 #ifndef __NR_utimes @@ -393,6 +423,9 @@ cat > override_headers/asm/unistd.h <<EOF #define __NR_pselect6 280 #define __NR_ppoll 281 #endif +#ifndef __NR_unshare +#define __NR_unshare 282 +#endif %endif %ifarch s390 #ifndef __NR_timer_create @@ -429,6 +462,28 @@ cat > override_headers/asm/unistd.h <<EOF #define __NR_inotify_add_watch 285 #define __NR_inotify_rm_watch 286 #endif +#ifndef __NR_openat +#define __NR_openat 288 +#define __NR_mkdirat 289 +#define __NR_mknodat 290 +#define __NR_fchownat 291 +#define __NR_futimesat 292 +#define __NR_fstatat64 293 +#define __NR_unlinkat 294 +#define __NR_renameat 295 +#define __NR_linkat 296 +#define __NR_symlinkat 297 +#define __NR_readlinkat 298 +#define __NR_fchmodat 299 +#define __NR_faccessat 300 +#endif +#ifndef __NR_pselect6 +#define __NR_pselect6 301 +#define __NR_ppoll 302 +#endif +#ifndef __NR_unshare +#define __NR_unshare 303 +#endif %endif %ifarch s390x #ifndef __NR_timer_create @@ -458,6 +513,28 @@ cat > override_headers/asm/unistd.h <<EOF #define __NR_inotify_add_watch 285 #define __NR_inotify_rm_watch 286 #endif +#ifndef __NR_openat +#define __NR_openat 288 +#define __NR_mkdirat 289 +#define __NR_mknodat 290 +#define __NR_fchownat 291 +#define __NR_futimesat 292 +#define __NR_newfstatat 293 +#define __NR_unlinkat 294 +#define __NR_renameat 295 +#define __NR_linkat 296 +#define __NR_symlinkat 297 +#define __NR_readlinkat 298 +#define __NR_fchmodat 299 +#define __NR_faccessat 300 +#endif +#ifndef __NR_pselect6 +#define __NR_pselect6 301 +#define __NR_ppoll 302 +#endif +#ifndef __NR_unshare +#define __NR_unshare 303 +#endif %endif %ifarch sparc sparcv9 sparc64 #ifndef __NR_mq_open @@ -500,6 +577,9 @@ cat > override_headers/asm/unistd.h <<EOF #define __NR_pselect6 297 #define __NR_ppoll 298 #endif +#ifndef __NR_unshare +#define __NR_unshare 299 +#endif %endif %ifarch x86_64 #ifndef __NR_mq_open @@ -533,6 +613,18 @@ cat > override_headers/asm/unistd.h <<EOF #define __NR_fchmodat 268 #define __NR_faccessat 269 #endif +#ifndef __NR_pselect6 +#define __NR_pselect6 270 +#define __NR_ppoll 271 +#endif +#ifndef __NR_unshare +#define __NR_unshare 272 +#endif +%endif +%ifnarch %{ix86} x86_64 +/* FIXME: Reenable it when the kernel side is more stable. */ +#undef __NR_newfstatat +#undef __NR_fstatat64 %endif #endif EOF @@ -1240,6 +1332,11 @@ rm -f *.filelist* %endif %changelog +* Mon Feb 13 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-37 +- update from CVS + - *at fixes + - unshare syscall wrapper + * Sat Feb 4 2006 Jakub Jelinek <jakub@redhat.com> 2.3.90-36 - update from CVS - fix frequency setting for ITIMER_PROF (#179938, BZ#2268) |