mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 10:48:29 +00:00
Run clang-format on most sources
This commit is contained in:
parent
614229e3f4
commit
369f9740de
228 changed files with 4844 additions and 4637 deletions
|
@ -16,14 +16,14 @@
|
|||
│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │
|
||||
│ PERFORMANCE OF THIS SOFTWARE. │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/intrin/strace.internal.h"
|
||||
#include "libc/calls/syscall_support-nt.internal.h"
|
||||
#include "libc/intrin/describeflags.internal.h"
|
||||
#include "libc/intrin/strace.internal.h"
|
||||
#include "libc/nt/thunk/msabi.h"
|
||||
#include "libc/nt/winsock.h"
|
||||
|
||||
__msabi extern typeof(WSAWaitForMultipleEvents) *const
|
||||
__imp_WSAWaitForMultipleEvents;
|
||||
__msabi extern typeof(WSAWaitForMultipleEvents)
|
||||
*const __imp_WSAWaitForMultipleEvents;
|
||||
|
||||
/**
|
||||
* Waits for events on Windows sockets.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue