diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-15 19:16:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-15 19:16:44 -0400 |
commit | b9810a03c4fe826f690c5ea79d08d28000259a0b (patch) | |
tree | 43b326e9fbf87c715e1773d7e7460459e5f125be /standalone/linux | |
parent | 4e5aee59226c07790f0630fb4cc3dbba07cac80d (diff) |
add linux-gate and linux-vdso dummy libs
Just fixes a build warning; these files don't exist they are virtual DSOs
provided by the linux kernel.
Diffstat (limited to 'standalone/linux')
-rw-r--r-- | standalone/linux/glibc-libs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/linux/glibc-libs b/standalone/linux/glibc-libs index 3f6e64112..d37ad4eb4 100644 --- a/standalone/linux/glibc-libs +++ b/standalone/linux/glibc-libs @@ -41,3 +41,5 @@ libnss_files.so libdl.so libnss_hesiod.so libcrypt.so +linux-vdso.so +linux-gate.so |