mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Replace usage of INLINE with inline
This patch was generated using; sed -i -e "s/\bINLINE\b/inline/" src/*/*.[ch] src/*/*/*.[ch]
This commit is contained in:
committed by
Nick Mathewson
parent
9a179ff751
commit
824a6a2a90
@@ -45,13 +45,13 @@ struct waitpid_callback_t {
|
||||
unsigned running;
|
||||
};
|
||||
|
||||
static INLINE unsigned int
|
||||
static inline unsigned int
|
||||
process_map_entry_hash_(const waitpid_callback_t *ent)
|
||||
{
|
||||
return (unsigned) ent->pid;
|
||||
}
|
||||
|
||||
static INLINE unsigned int
|
||||
static inline unsigned int
|
||||
process_map_entries_eq_(const waitpid_callback_t *a,
|
||||
const waitpid_callback_t *b)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user