diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-20 21:42:01 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-20 21:42:01 +0000 |
commit | 12967474d2b55d418ccc72e24f235faed3610a6f (patch) | |
tree | 931c66e3cb8c8eaa5cee8ecd98a1e59119c43d34 /runtime | |
parent | c1fdca8045b4b4a9121cc399a84ffab05af2f82f (diff) | |
download | external_llvm-12967474d2b55d418ccc72e24f235faed3610a6f.zip external_llvm-12967474d2b55d418ccc72e24f235faed3610a6f.tar.gz external_llvm-12967474d2b55d418ccc72e24f235faed3610a6f.tar.bz2 |
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/Makefile | 6 | ||||
-rw-r--r-- | runtime/GCCLibraries/libutempter/dummy.c | 0 |
2 files changed, 6 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/libutempter/Makefile b/runtime/GCCLibraries/libutempter/Makefile new file mode 100644 index 0000000..ab208c9 --- /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 0000000..e69de29 --- /dev/null +++ b/runtime/GCCLibraries/libutempter/dummy.c |