mirror of
https://github.com/tezc/sc.git
synced 2025-01-14 06:43:04 +08:00
ef6c1983ff
* thread & url * fix cirrus * fix thread * fix thread * split actions * test * fix test * fix windows thread * cond & fail-fast * cond & fail-fast * cond & fail-fast * cond & fail-fast * buffer * fix swap * fix big endian * socket & poll * socket fix * kqueue fix * freebsd * socket & mmap init * kqueue * kqueue * valgrind * fix freebsd * kqueue * accept fix * accept fix * accept fix * accept fix * accept fix * accept fix * accept fix * accept fix * accept fix * accept fix * fix big endian fmt * fix big endian fmt * mmap * mmap * mmap * mmap * fix freebsd * fix 32 bit, mmap * fix 32 bit, mmap * test sock * fix 32 bit, mmap * signal * signal * signal * add test array * fix backtrace
8 lines
54 B
C
8 lines
54 B
C
#include "sc_signal.h"
|
|
|
|
int main()
|
|
{
|
|
|
|
return 0;
|
|
}
|