示例#1
0
文件: fdset.c 项目: pwaller/systemd
FDSet *fdset_new(void) {
        return MAKE_FDSET(set_new(NULL));
}
示例#2
0
文件: fdset.c 项目: adsr/systemd
FDSet *fdset_new(void) {
        return MAKE_FDSET(set_new(trivial_hash_func, trivial_compare_func));
}