From: Mathieu Desnoyers Date: Fri, 20 Mar 2015 21:15:22 +0000 (-0400) Subject: Fix: lttng_abi_syscall_list does not need to be exported X-Git-Tag: v2.7.0-rc1~64 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=50d81dadf5df40e070a5fd45b34c3a56fa2c3d37;hp=e0976e2bafb3e060f1c2f1282f99144c7f63e380;p=lttng-modules.git Fix: lttng_abi_syscall_list does not need to be exported Fix rebase of wildcard feature. Signed-off-by: Mathieu Desnoyers --- diff --git a/lttng-events.h b/lttng-events.h index 1e1f7248..4d1b54f9 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -557,7 +557,6 @@ int lttng_syscall_filter_disable(struct lttng_channel *chan, const char *name); long lttng_channel_syscall_mask(struct lttng_channel *channel, struct lttng_kernel_syscall_mask __user *usyscall_mask); -int lttng_abi_syscall_list(void); #else static inline int lttng_syscalls_register(struct lttng_channel *chan, void *filter) { @@ -586,12 +585,6 @@ static inline long lttng_channel_syscall_mask(struct lttng_channel *channel, { return -ENOSYS; } - -static inline -int lttng_abi_syscall_list(void) -{ - return -ENOSYS; -} #endif void lttng_filter_sync_state(struct lttng_bytecode_runtime *runtime);