|
Last change
on this file since 18 was 18, checked in by bird, 23 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
228 bytes
|
| Line | |
|---|
| 1 | /* sigbsd.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */
|
|---|
| 2 |
|
|---|
| 3 | #include <sys/uflags.h>
|
|---|
| 4 |
|
|---|
| 5 | static void sigbsd (void)
|
|---|
| 6 | {
|
|---|
| 7 | _uflags (_UF_SIG_MODEL, _UF_SIG_BSD);
|
|---|
| 8 | }
|
|---|
| 9 |
|
|---|
| 10 | __asm__ ("\t.stabs \"___CTOR_LIST__\", 23, 0, 0, _sigbsd");
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.