diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,4 +143,4 @@ void bitmap_set(uint8_t *map, int bit); void bitmap_clear(uint8_t *map, int bit); int bitmap_isset(uint8_t *map, int bit); void procfs_scan_listen(char *name, uint8_t *map, uint8_t *exclude); -int ns_enter(int target_pid); +int ns_enter(struct ctx *c); |