Chromium Code Reviews

Unified Diff: base/native_library.h

Issue 180037: Port some of the base system to FreeBSD. Extracted from... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « base/base_paths_linux.cc ('k') | base/platform_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/native_library.h
===================================================================
--- base/native_library.h (revision 24732)
+++ base/native_library.h (working copy)
@@ -44,7 +44,7 @@
};
};
typedef NativeLibraryStruct* NativeLibrary;
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_FREEBSD)
typedef void* NativeLibrary;
#endif // OS_*
Property changes on: base/native_library.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « base/base_paths_linux.cc ('k') | base/platform_thread.h » ('j') | no next file with comments »

Powered by Google App Engine