diff options
author | 2020-04-12 17:47:25 +0000 | |
---|---|---|
committer | 2020-04-12 17:47:25 +0000 | |
commit | 7b4d0a09cadba65d5bf063cfa55261bee856fd6d (patch) | |
tree | f9199544aba8906c38d1c56eb0cba78a8f255a1f /usr.bin/tmux/cmd-source-file.c | |
parent | In sosplice(), temporarily release the socket lock before calling (diff) | |
download | wireguard-openbsd-7b4d0a09cadba65d5bf063cfa55261bee856fd6d.tar.xz wireguard-openbsd-7b4d0a09cadba65d5bf063cfa55261bee856fd6d.zip |
Turn those spinlock and seqlock inline functions to macros
They're macros on Linux because they save state in their flags
parameter. Turning them to static inline functions creates a lot
of -Wuninitialized warnings, so just use macros which set their flags
argument.
ok kettenis@
Diffstat (limited to 'usr.bin/tmux/cmd-source-file.c')
0 files changed, 0 insertions, 0 deletions