linux_dummy.c (76b2bfeda42bbb686c74d3608dbc9b84b8e22e29) | linux_dummy.c (de774e422e7f8abf9d4c6084165c9de66f11b2de) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2013 Dmitry Chagin 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 87 unchanged lines hidden (view full) --- 96DUMMY(signalfd4); 97DUMMY(inotify_init1); 98/* Linux 2.6.31: */ 99DUMMY(perf_event_open); 100/* Linux 2.6.36: */ 101DUMMY(fanotify_init); 102DUMMY(fanotify_mark); 103/* Linux 2.6.39: */ | 1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2013 Dmitry Chagin 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 87 unchanged lines hidden (view full) --- 96DUMMY(signalfd4); 97DUMMY(inotify_init1); 98/* Linux 2.6.31: */ 99DUMMY(perf_event_open); 100/* Linux 2.6.36: */ 101DUMMY(fanotify_init); 102DUMMY(fanotify_mark); 103/* Linux 2.6.39: */ |
104DUMMY(name_to_handle_at); 105DUMMY(open_by_handle_at); | |
106DUMMY(clock_adjtime); 107/* Linux 3.0: */ 108DUMMY(setns); 109/* Linux 3.2: */ 110DUMMY(process_vm_readv); 111DUMMY(process_vm_writev); 112/* Linux 3.5: */ 113DUMMY(kcmp); --- 44 unchanged lines hidden --- | 104DUMMY(clock_adjtime); 105/* Linux 3.0: */ 106DUMMY(setns); 107/* Linux 3.2: */ 108DUMMY(process_vm_readv); 109DUMMY(process_vm_writev); 110/* Linux 3.5: */ 111DUMMY(kcmp); --- 44 unchanged lines hidden --- |