added dummy files
commit789db9e76d7a3f9dda1629078b31f496984bde09
authorDaniel Borkmann <borkmann@gnumaniacs.org>
Tue, 5 Apr 2011 15:08:54 +0000 (5 17:08 +0200)
committerDaniel Borkmann <borkmann@gnumaniacs.org>
Tue, 5 Apr 2011 15:08:54 +0000 (5 17:08 +0200)
tree58921593a33d6e8ad908b1386da79eedcf323e5f
parentdfb93f8f677405c32c2eaa4e2d8463c59090b668
added dummy files
22 files changed:
examples/dummy [moved from src/libnao.c with 100% similarity]
src/Makefile
src/memcpy_x86.c [new file with mode: 0644]
src/memcpy_x86.h [new file with mode: 0644]
src/memset_x86.c [new file with mode: 0644]
src/memset_x86.h [new file with mode: 0644]
src/mtrand.c [new file with mode: 0644]
src/mtrand.h [new file with mode: 0644]
src/psched.c [copied from src/Makefile with 100% similarity]
src/psched.h [copied from src/Makefile with 100% similarity]
src/stacktrace.c [new file with mode: 0644]
src/stacktrace.h [new file with mode: 0644]
src/strlcpy.c [new file with mode: 0644]
src/strlcpy.h [new file with mode: 0644]
src/syslog.c [new file with mode: 0644]
src/syslog.h [new file with mode: 0644]
src/tlsf.c [new file with mode: 0644]
src/tlsf.h [new file with mode: 0644]
src/xmalloc.c [new file with mode: 0644]
src/xmalloc.h [new file with mode: 0644]
src/xmalloc_rt.c [new file with mode: 0644]
src/xmalloc_rt.h [new file with mode: 0644]