Home
last modified time | relevance | path

Searched refs:orig_sig (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl31.c252 int orig_sig; in test_set_and_get_sig() local
257 "fcntl(fd, F_GETSIG) get orig_sig failed"); in test_set_and_get_sig()
259 orig_sig = TEST_RETURN; in test_set_and_get_sig()
261 if (orig_sig == 0 || orig_sig == SIGIO) in test_set_and_get_sig()
283 TEST(fcntl(test_fd, F_SETSIG, orig_sig)); in test_set_and_get_sig()

Completed in 1 milliseconds