Fix: lttng_abi_syscall_list does not need to be exported
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 Mar 2015 21:15:22 +0000 (17:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Apr 2015 20:41:46 +0000 (16:41 -0400)
Fix rebase of wildcard feature.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-events.h

index 1e1f724841a323168531e1152aa1a9f37fcd0aa0..4d1b54f907992a5a22dad8ce4ecc0f5172f135f6 100644 (file)
@@ -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);
This page took 0.026072 seconds and 4 git commands to generate.