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

Side by Side Diff: webkit/build/JavaScriptCore/sched.h

Issue 402054: Revert "Delete a bunch of deprecated and/or empty directores in src/webkit/." (Closed)
Patch Set: Created 11 years, 1 month 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
OLDNEW
(Empty)
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef WEBKIT_BUILD_JAVASCRIPTCORE_SCHED_H__
6 #define WEBKIT_BUILD_JAVASCRIPTCORE_SCHED_H__
7
8 // Dummy implementation of sched.h so WTF will compile.
9
10 inline int sched_yield() {
11 return 0;
12 }
13
14 #endif // WEBKIT_BUILD_JAVASCRIPTCORE_SCHED_H__
OLDNEW
« no previous file with comments | « webkit/build/JavaScriptCore/pthread.h ('k') | webkit/build/KJSBindings/build-generated-files.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698