Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
394baf96
Commit
394baf96
authored
9 years ago
by
bigbes
Browse files
Options
Downloads
Patches
Plain Diff
Fixing box_tuple_t and fiber_func redefenitions on CentOS 6
parent
34247cf1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/CMakeLists.txt
+0
-1
0 additions, 1 deletion
src/CMakeLists.txt
src/box/index.h
+2
-1
2 additions, 1 deletion
src/box/index.h
with
2 additions
and
2 deletions
src/CMakeLists.txt
+
0
−
1
View file @
394baf96
...
...
@@ -133,7 +133,6 @@ set(api_headers
${
CMAKE_SOURCE_DIR
}
/src/box/error.h
${
CMAKE_SOURCE_DIR
}
/src/box/lua/call.h
${
CMAKE_SOURCE_DIR
}
/src/latch.h
${
CMAKE_SOURCE_DIR
}
/src/fiber.h
)
rebuild_module_api
(
${
api_headers
}
)
...
...
This diff is collapsed.
Click to expand it.
src/box/index.h
+
2
−
1
View file @
394baf96
...
...
@@ -35,8 +35,9 @@
#include
"key_def.h"
/** \cond public */
typedef
struct
tuple
box_tuple_t
;
/** \cond public */
/** A space iterator */
typedef
struct
iterator
box_iterator_t
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment