mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 05:18:00 +00:00
9 lines
77 B
C
9 lines
77 B
C
|
#include <unistd.h>
|
||
|
|
||
|
#include "crtools.h"
|
||
|
|
||
|
int cr_dedup(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|