summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-08-20 21:42:01 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-08-20 21:42:01 +0000
commit12967474d2b55d418ccc72e24f235faed3610a6f (patch)
tree931c66e3cb8c8eaa5cee8ecd98a1e59119c43d34 /runtime
parentc1fdca8045b4b4a9121cc399a84ffab05af2f82f (diff)
downloadllvm-12967474d2b55d418ccc72e24f235faed3610a6f.tar.gz
llvm-12967474d2b55d418ccc72e24f235faed3610a6f.tar.bz2
llvm-12967474d2b55d418ccc72e24f235faed3610a6f.tar.xz
Added dummy library `libutempter' for non-privileged access to utmp/wtmp data.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7994 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/GCCLibraries/libutempter/Makefile6
-rw-r--r--runtime/GCCLibraries/libutempter/dummy.c0
2 files changed, 6 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/libutempter/Makefile b/runtime/GCCLibraries/libutempter/Makefile
new file mode 100644
index 0000000000..ab208c90d1
--- /dev/null
+++ b/runtime/GCCLibraries/libutempter/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../../..
+BYTECODE_LIBRARY=1
+DONT_BUILD_RELINKED=1
+LIBRARYNAME=utempter
+
+include $(LEVEL)/Makefile.common
diff --git a/runtime/GCCLibraries/libutempter/dummy.c b/runtime/GCCLibraries/libutempter/dummy.c
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/runtime/GCCLibraries/libutempter/dummy.c