Skip to content

Commit

Permalink
ST: Remove macro for stack pad.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 21, 2024
1 parent b8323b8 commit 201c2cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion trunk/3rdparty/st-srs/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ void _st_restore_context(_st_thread_t *thread);
/*
* Number of bytes reserved under the stack "bottom"
*/
#define _ST_STACK_PAD_SIZE MD_STACK_PAD_SIZE
#define _ST_STACK_PAD_SIZE 128


/*****************************************
Expand Down
4 changes: 0 additions & 4 deletions trunk/3rdparty/st-srs/md.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ extern void _st_md_cxt_restore(_st_jmp_buf_t env, int val);
#error Unknown OS
#endif /* OS */

#ifndef MD_STACK_PAD_SIZE
#define MD_STACK_PAD_SIZE 128
#endif

#if !defined(MD_HAVE_SOCKLEN_T) && !defined(socklen_t)
#define socklen_t int
#endif
Expand Down

0 comments on commit 201c2cb

Please sign in to comment.