diff options
author | midipix <writeonce@midipix.org> | 2015-03-21 10:17:15 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-03-21 10:17:15 -0400 |
commit | 923617aef5cbe81f1e4b4fc59d406d94ccca07f8 (patch) | |
tree | 54dd575d05b0c3732a25b78024edc5b49e150739 /crt | |
parent | c07f9bb0a75d6a1d2371bf8ecff93a04ff912663 (diff) | |
download | mmglue-923617aef5cbe81f1e4b4fc59d406d94ccca07f8.tar.bz2 mmglue-923617aef5cbe81f1e4b4fc59d406d94ccca07f8.tar.xz |
crte.c,crtdev.c,crtposix.c: add common-level place-holder empty files to
satisfy build-system requirements.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'crt')
-rw-r--r-- | crt/crtdev.c | 0 | ||||
-rw-r--r-- | crt/crte.c | 0 | ||||
-rw-r--r-- | crt/crtposix.c | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/crt/crtdev.c b/crt/crtdev.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/crt/crtdev.c diff --git a/crt/crte.c b/crt/crte.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/crt/crte.c diff --git a/crt/crtposix.c b/crt/crtposix.c new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/crt/crtposix.c |