Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d1f0f8e authored by Yabin Cui's avatar Yabin Cui
Browse files

Kill HAVE_PTHREADS.

Bug: 19083585
Change-Id: I5be0d2f95c3c45e7f67de6a8daeb49709ef1f9e9
parent 1b140e16
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -32,15 +32,6 @@
 * comments.
 * comments.
 */
 */


/*
 * Threading model.  Choose one:
 *
 * HAVE_PTHREADS - use the pthreads library.
 * HAVE_WIN32_THREADS - use Win32 thread primitives.
 *  -- combine HAVE_CREATETHREAD, HAVE_CREATEMUTEX, and HAVE__BEGINTHREADEX
 */
#define HAVE_PTHREADS

/*
/*
 * Add any extra platform-specific defines here.
 * Add any extra platform-specific defines here.
 */
 */
+0 −9
Original line number Original line Diff line number Diff line
@@ -32,15 +32,6 @@
 * comments.
 * comments.
 */
 */


/*
 * Threading model.  Choose one:
 *
 * HAVE_PTHREADS - use the pthreads library.
 * HAVE_WIN32_THREADS - use Win32 thread primitives.
 *  -- combine HAVE_CREATETHREAD, HAVE_CREATEMUTEX, and HAVE__BEGINTHREADEX
 */
#define HAVE_PTHREADS

/*
/*
 * Define if we have <malloc.h> header
 * Define if we have <malloc.h> header
 */
 */
+0 −9
Original line number Original line Diff line number Diff line
@@ -32,15 +32,6 @@
 * comments.
 * comments.
 */
 */


/*
 * Threading model.  Choose one:
 *
 * HAVE_PTHREADS - use the pthreads library.
 * HAVE_WIN32_THREADS - use Win32 thread primitives.
 *  -- combine HAVE_CREATETHREAD, HAVE_CREATEMUTEX, and HAVE__BEGINTHREADEX
 */
#define HAVE_PTHREADS

/*
/*
 * Define if we have <malloc.h> header
 * Define if we have <malloc.h> header
 */
 */
+0 −9
Original line number Original line Diff line number Diff line
@@ -32,15 +32,6 @@
 * comments.
 * comments.
 */
 */


/*
 * Threading model.  Choose one:
 *
 * HAVE_PTHREADS - use the pthreads library.
 * HAVE_WIN32_THREADS - use Win32 thread primitives.
 *  -- combine HAVE_CREATETHREAD, HAVE_CREATEMUTEX, and HAVE__BEGINTHREADEX
 */
#define HAVE_PTHREADS

/*
/*
 * Define this if you build against MSVCRT.DLL
 * Define this if you build against MSVCRT.DLL
 */
 */
+0 −9
Original line number Original line Diff line number Diff line
@@ -32,15 +32,6 @@
 * comments.
 * comments.
 */
 */


/*
 * Threading model.  Choose one:
 *
 * HAVE_PTHREADS - use the pthreads library.
 * HAVE_WIN32_THREADS - use Win32 thread primitives.
 *  -- combine HAVE_CREATETHREAD, HAVE_CREATEMUTEX, and HAVE__BEGINTHREADEX
 */
#define HAVE_PTHREADS

/*
/*
 * Define if we have <malloc.h> header
 * Define if we have <malloc.h> header
 */
 */
Loading