projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62c16b7
)
Use makecontext() as a generic implementation
author
David Schleef
<ds@schleef.org>
Mon, 9 Dec 2002 01:41:05 +0000
(
01:41
+0000)
committer
David Schleef
<ds@schleef.org>
Mon, 9 Dec 2002 01:41:05 +0000
(
01:41
+0000)
Original commit message from CVS:
Use makecontext() as a generic implementation
gst/gstarch.h
patch
|
blob
|
history
diff --git
a/gst/gstarch.h
b/gst/gstarch.h
index 2cd6f0460a070f7f3991087e3c4bbea4bd1a3377..cd216338631963909a262750242a480c57172e2b 100644
(file)
--- a/
gst/gstarch.h
+++ b/
gst/gstarch.h
@@
-180,6
+180,10
@@
struct minimal_s390_stackframe {
((struct minimal_s390_stackframe *)sp)->back_chain = 0;
+#elif defined(HAVE_MAKECONTEXT)
+
+/* If we have makecontext(), we'll be using that. */
+
#else
#error Need to know about this architecture, or have a generic implementation
#endif