GNU C Library master sources branch, master, updated. glibc-2.14-260-ga12b223
roland@sourceware.org
roland@sourceware.org
Thu Sep 8 16:46:00 GMT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via a12b2239ddec16b07f2850786151d64e07b86d53 (commit)
from 7f513ec8b3cd7816a897052bd472c0bfd553e910 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a12b2239ddec16b07f2850786151d64e07b86d53
commit a12b2239ddec16b07f2850786151d64e07b86d53
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Thu Sep 8 09:46:06 2011 -0700
sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
diff --git a/ChangeLog b/ChangeLog
index 5b0d571..fee3433 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
garbage value in a __mach_port_mod_refs call in the cases of the
task-self and thread-self ports.
+2011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
+
2011-09-08 Andreas Schwab <schwab@redhat.com>
* elf/dl-load.c (lose): Check for non-null L.
diff --git a/sysdeps/mach/hurd/sys/param.h b/sysdeps/mach/hurd/sys/param.h
index 699ba35..21dc412 100644
--- a/sysdeps/mach/hurd/sys/param.h
+++ b/sysdeps/mach/hurd/sys/param.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994, 1995, 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1993,1994,1995,1997,1999,2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -119,6 +119,10 @@
#define MAX(a,b) (((a)>(b))?(a):(b))
+/* Unit of `st_blocks'. */
+#define DEV_BSIZE 512
+
+
/* Scale factor for scaled integers used to count %cpu time and load avgs.
The number of CPU `tick's that map to a unique `%age' can be expressed
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
sysdeps/mach/hurd/sys/param.h | 6 +++++-
2 files changed, 9 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list