Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
9e68f472
Commit
9e68f472
authored
Jan 07, 2018
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: remove check for SA_RESTART
It's not used anymore. Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
6ec91319
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
configure
configure
+0
-2
No files found.
configure
View file @
9e68f472
...
...
@@ -1899,7 +1899,6 @@ BUILTIN_LIST="
MemoryBarrier
mm_empty
rdtsc
sarestart
sem_timedwait
sync_val_compare_and_swap
"
...
...
@@ -5612,7 +5611,6 @@ fi
check_builtin atomic_cas_ptr atomic.h
"void **ptr; void *oldval, *newval; atomic_cas_ptr(ptr, oldval, newval)"
check_builtin machine_rw_barrier mbarrier.h
"__machine_rw_barrier()"
check_builtin MemoryBarrier windows.h
"MemoryBarrier()"
check_builtin sarestart signal.h
"SA_RESTART"
check_builtin sync_val_compare_and_swap
""
"int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval)"
check_builtin gmtime_r time.h
"time_t *time; struct tm *tm; gmtime_r(time, tm)"
check_builtin localtime_r time.h
"time_t *time; struct tm *tm; localtime_r(time, tm)"
...
...
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