diff options
Diffstat (limited to 'lib/libpthread/test/hello_b.c')
-rw-r--r-- | lib/libpthread/test/hello_b.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/libpthread/test/hello_b.c b/lib/libpthread/test/hello_b.c deleted file mode 100644 index 2eefa7f..0000000 --- a/lib/libpthread/test/hello_b.c +++ /dev/null @@ -1,13 +0,0 @@ -/**************************************************************************** - * - * Back end C programs can be anything compilable. - * - * $FreeBSD$ - * - ****************************************************************************/ - -int -main() -{ - return 0; -} |