Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Side by Side Diff: tests/ruby/appendix/signal_missing.c

Issue 440018: Ruby for NaCl. Please assign the appropriate reviewer. (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: '' Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/ruby/appendix/ext/Setup ('k') | tests/ruby/main.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /* Copyright 2009 The Native Client Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can
3 * be found in the LICENSE file. */
4
5 #include <stdio.h>
6 #include "ruby.h"
7 #include "rubysig.h"
8
9 typedef void (*sighandler_t)(int signum);
10
11 sighandler_t ruby_nativethread_signal(int signum, sighandler_t handler) {
12 rb_notimplement();
13 return 0;
14 }
OLDNEW
« no previous file with comments | « tests/ruby/appendix/ext/Setup ('k') | tests/ruby/main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698