Revert "workaround for non-DCFA make"

This reverts commit 15ac1e246a.
This commit is contained in:
NAKAMURA Gou
2013-07-01 12:20:33 +09:00
parent be71505e87
commit 295c2ee5ca

View File

@ -20,7 +20,6 @@
#include <syscall_list.h>
#undef SYSCALL_HANDLED
#undef SYSCALL_DELEGATED
extern long sys_mod_call(int n, ihk_mc_user_context_t *ctx) __attribute__ ((weak));
/* generate syscall_table[] */
long (*syscall_table[])(int, ihk_mc_user_context_t *) = {