summarylogtreecommitdiffstats
path: root/pause.c
diff options
context:
space:
mode:
authorHexawolf2020-01-09 00:06:01 +0000
committerHexawolf2020-01-09 00:06:01 +0000
commit36db11abb57f4c8ca1c7cf6922d640538d0a4974 (patch)
treeaa5425db74413332a672168098e571df1b99f5ae /pause.c
downloadaur-pause.tar.gz
Compile simple pause program against dietlibc
Diffstat (limited to 'pause.c')
-rw-r--r--pause.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pause.c b/pause.c
new file mode 100644
index 000000000000..110909a88e32
--- /dev/null
+++ b/pause.c
@@ -0,0 +1,2 @@
+#include <unistd.h>
+int main(){pause();} \ No newline at end of file