diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-12-04 09:10:24 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-12-04 09:10:24 +0000 |
commit | 058f99bb6be204f053b06d0ad32951709df6109f (patch) | |
tree | d55abf725c2c1bef9c08f04fa131ff3b081ef61a /net/asterisk10/files/patch-main::utils.c | |
parent | ddf00fcd5395624bf1ee4fb0f5ac3b1eac59bb23 (diff) |
Diffstat (limited to 'net/asterisk10/files/patch-main::utils.c')
-rw-r--r-- | net/asterisk10/files/patch-main::utils.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/asterisk10/files/patch-main::utils.c b/net/asterisk10/files/patch-main::utils.c deleted file mode 100644 index 7440848a1521..000000000000 --- a/net/asterisk10/files/patch-main::utils.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ./main/utils.c.orig 2010-08-06 20:57:10.000000000 +0200 -+++ ./main/utils.c 2010-11-06 14:54:37.000000000 +0100 -@@ -990,8 +990,8 @@ - pthread_attr_init(attr); - } - --#ifdef __linux__ -- /* On Linux, pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED, -+#ifdef __linux__ || defined(__FreeBSD__) -+ /* On Linux and FreeBSD, pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED, - which is kind of useless. Change this here to - PTHREAD_INHERIT_SCHED; that way the -p option to set realtime - priority will propagate down to new threads by default. |