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

Side by Side Diff: src/trusted/platform_qualify/linux/sysv_shm_and_mmap.h

Issue 298443002: Remove unused support for SysV shared memory (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 7 months 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
OLDNEW
(Empty)
1 /*
2 * Copyright 2009 The Native Client Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can
4 * be found in the LICENSE file.
5 */
6
7 #ifndef NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_QUALIFY_LINUX_SYSV_SHM_AND_MMAP_H__
8 #define NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_QUALIFY_LINUX_SYSV_SHM_AND_MMAP_H__
9
10 #include "native_client/src/include/nacl_base.h"
11
12 EXTERN_C_BEGIN
13
14 /*
15 * NaClPlatformQualifySysVShmAndMmapHasProblems returns 0 if there are
16 * no problems, and an integer (as well as printing to standard error)
17 * representing the error that occurred. We do not provide any
18 * user-viewable / -interpretable string for this error code.
19 */
20 int NaClPlatformQualifySysVShmAndMmapHasProblems(void);
21
22 EXTERN_C_END
23
24 #endif
OLDNEW
« no previous file with comments | « src/trusted/platform_qualify/linux/nacl_os_qualify.c ('k') | src/trusted/platform_qualify/linux/sysv_shm_and_mmap.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698