예제 #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));
}