]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
expose rump_syscall() to applications
authorAntti Kantee <pooka@iki.fi>
Wed, 9 Dec 2015 18:43:10 +0000 (18:43 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 9 Dec 2015 18:43:10 +0000 (18:43 +0000)
platform/makepseudolinkstubs.sh

index d9d2ce628aebd2eed173235895130414f7cab7ad..bac374ebfb3b8ff8f76432c6f1d9bfd7f6b70c1d 100644 (file)
@@ -25,7 +25,8 @@ printf 'int _want_main(void); int _want_main(void) {return main(0, 0);}\n' \
 printf 'int _stubnosys(void); int _stubnosys(void) {return -1;}\n' \
     >> ${OUTPUT}
 
-# special case
+# special cases
+printf "__strong_alias(rump_syscall,_stubnosys);\n" >> ${OUTPUT}
 printf "__strong_alias(_start,_stubnosys);\n\n" >> ${OUTPUT}
 
 # symbols not convered by libc