From: Misha Brukman Date: Wed, 20 Aug 2003 21:42:01 +0000 (+0000) Subject: Added dummy library `libutempter' for non-privileged access to utmp/wtmp data. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=12967474d2b55d418ccc72e24f235faed3610a6f;p=oota-llvm.git 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 --- diff --git a/runtime/GCCLibraries/libutempter/Makefile b/runtime/GCCLibraries/libutempter/Makefile new file mode 100644 index 00000000000..ab208c90d1c --- /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 00000000000..e69de29bb2d