diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 15:46:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 15:46:20 +0100 |
commit | 2856b673a98dbeac105348a133cafa61751691f0 (patch) | |
tree | 2a56e7e3dcf2c78fb926a11c4376b5a8df46a0a7 /DEPENDENCIES | |
parent | use CLOCK_BOOTTIME rather than CLOCK_MONOTONIC (diff) | |
download | sat-2856b673a98dbeac105348a133cafa61751691f0.tar.gz sat-2856b673a98dbeac105348a133cafa61751691f0.tar.bz2 sat-2856b673a98dbeac105348a133cafa61751691f0.tar.xz |
add deps
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..88fa8dd --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,3 @@ +libc +linux>=2.6.39 (Or any system that has CLOCK_BOOTTIME) + |