| Index: tests/ruby/appendix/signal_missing.c
|
| ===================================================================
|
| --- tests/ruby/appendix/signal_missing.c (revision 0)
|
| +++ tests/ruby/appendix/signal_missing.c (revision 0)
|
| @@ -0,0 +1,14 @@
|
| +/* Copyright 2009 The Native Client Authors. All rights reserved.
|
| + * Use of this source code is governed by a BSD-style license that can
|
| + * be found in the LICENSE file. */
|
| +
|
| +#include <stdio.h>
|
| +#include "ruby.h"
|
| +#include "rubysig.h"
|
| +
|
| +typedef void (*sighandler_t)(int signum);
|
| +
|
| +sighandler_t ruby_nativethread_signal(int signum, sighandler_t handler) {
|
| + rb_notimplement();
|
| + return 0;
|
| +}
|
|
|
| Property changes on: tests/ruby/appendix/signal_missing.c
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|