aboutsummaryrefslogtreecommitdiff
path: root/procfs_file.h
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-08-23 11:02:48 +0000
committerJeremie Koenig <jk@jk.fr.eu.org>2010-08-30 14:29:53 +0200
commita269783a41ae8b18e5b24d934c96ce9e90de3067 (patch)
treeb352a2e182af1ae23e6ffb69b25830c80ecdd47b /procfs_file.h
parent0439361f817c3f610c1f5ec859bd302867472e50 (diff)
downloadhurd-a269783a41ae8b18e5b24d934c96ce9e90de3067.tar.gz
hurd-a269783a41ae8b18e5b24d934c96ce9e90de3067.tar.bz2
hurd-a269783a41ae8b18e5b24d934c96ce9e90de3067.zip
Remove the unused procfs_file module
* procfs_file.c, procfs_file.h: Remove. * Makefile: Remove procfs_file.
Diffstat (limited to 'procfs_file.h')
-rw-r--r--procfs_file.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/procfs_file.h b/procfs_file.h
deleted file mode 100644
index b615db93..00000000
--- a/procfs_file.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* Create a new regular file with the given CONTENTS. If LEN is negative,
- CONTENTS is considered as a string and the file stops at the first
- nul char. If CLEANUP is non-NULL, it is passed CONTENTS when the
- node is destroyed. */
-struct node *
-procfs_file_make_node (void *contents, ssize_t len, void (*cleanup)(void *));