The stracecall array is const

This commit is contained in:
Pierre Pronchery 2009-11-19 18:22:05 +00:00
parent c22e5c1b6d
commit 96604c960b

View File

@ -29,7 +29,7 @@ typedef void * ptrace_data_t;
/* variables */ /* variables */
extern char * stracecall[__NR_getpid]; extern char const * stracecall[__NR_getpid];
# endif /* __linux__ */ # endif /* __linux__ */
#endif /* !STRACE_LINUX_H */ #endif /* !STRACE_LINUX_H */