|
From: <sv...@va...> - 2009-05-20 02:10:46
|
Author: njn
Date: 2009-05-20 02:53:19 +0100 (Wed, 20 May 2009)
New Revision: 9994
Log:
Remove a comment.
Modified:
branches/DARWIN/coregrind/m_libcfile.c
Modified: branches/DARWIN/coregrind/m_libcfile.c
===================================================================
--- branches/DARWIN/coregrind/m_libcfile.c 2009-05-20 01:52:09 UTC (rev 9993)
+++ branches/DARWIN/coregrind/m_libcfile.c 2009-05-20 01:53:19 UTC (rev 9994)
@@ -214,9 +214,6 @@
'struct vg_stat' in order to have a single structure that callers
can use consistently on all platforms. */
-/* Note that on Darwin, the _p_vkistat fields st_{a,m,c}time{_,nsec}
- "happen" to have the same name as on Linux only due to a bit of
- #define magic in vki-darwin.h. */
#define TRANSLATE_TO_vg_stat(_p_vgstat, _p_vkistat) \
do { \
(_p_vgstat)->dev = (ULong)( (_p_vkistat)->st_dev ); \
|