Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c7d9b4bc
Commit
c7d9b4bc
authored
May 25, 2009
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
branches/zip: Revert ut0auxconf_* to r5102,
that is, make Doxygen ignore these test programs.
parent
11ff89d9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
ut/ut0auxconf_atomic_pthread_t_gcc.c
ut/ut0auxconf_atomic_pthread_t_gcc.c
+1
-2
ut/ut0auxconf_atomic_pthread_t_solaris.c
ut/ut0auxconf_atomic_pthread_t_solaris.c
+1
-2
ut/ut0auxconf_have_solaris_atomics.c
ut/ut0auxconf_have_solaris_atomics.c
+1
-2
ut/ut0auxconf_sizeof_pthread_t.c
ut/ut0auxconf_sizeof_pthread_t.c
+1
-2
No files found.
ut/ut0auxconf_atomic_pthread_t_gcc.c
View file @
c7d9b4bc
...
...
@@ -16,8 +16,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
*****************************************************************************/
/*************************************************************************//**
@file ut/ut0auxconf_atomic_pthread_t_gcc.c
/*****************************************************************************
If this program compiles, then pthread_t objects can be used as arguments
to GCC atomic builtin functions.
...
...
ut/ut0auxconf_atomic_pthread_t_solaris.c
View file @
c7d9b4bc
...
...
@@ -16,8 +16,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
*****************************************************************************/
/*************************************************************************//**
@file ut/ut0auxconf_atomic_pthread_t_solaris.c
/*****************************************************************************
If this program compiles, then pthread_t objects can be used as arguments
to Solaris libc atomic functions.
...
...
ut/ut0auxconf_have_solaris_atomics.c
View file @
c7d9b4bc
...
...
@@ -16,8 +16,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
*****************************************************************************/
/*************************************************************************//**
@file ut/ut0auxconf_have_solaris_atomics.c
/*****************************************************************************
If this program compiles, then Solaris libc atomic funcions are available.
Created April 18, 2009 Vasil Dimov
...
...
ut/ut0auxconf_sizeof_pthread_t.c
View file @
c7d9b4bc
...
...
@@ -16,8 +16,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
*****************************************************************************/
/*************************************************************************//**
@file ut/ut0auxconf_sizeof_pthread_t.c
/*****************************************************************************
This program should compile and when run, print a single line like:
#define SIZEOF_PTHREAD_T %d
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment