Modularised file and socket libc stuff in m_libcfile.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3844 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am
index 1068b7d..7e11f44 100644
--- a/coregrind/Makefile.am
+++ b/coregrind/Makefile.am
@@ -48,6 +48,7 @@
 	pub_core_hashtable.h	\
 	pub_core_libcbase.h	\
 	pub_core_libcassert.h	\
+	pub_core_libcfile.h	\
 	pub_core_libcprint.h	\
 	pub_core_main.h		\
 	pub_core_mallocfree.h	\
@@ -92,6 +93,7 @@
 	m_hashtable.c \
 	m_libcbase.c \
 	m_libcassert.c \
+	m_libcfile.c \
 	m_libcprint.c \
 	m_main.c \
 	m_mallocfree.c \