diff options
Diffstat (limited to 'sys/i386/include/sigframe.h')
-rw-r--r-- | sys/i386/include/sigframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/sigframe.h b/sys/i386/include/sigframe.h index cf76453..27be404 100644 --- a/sys/i386/include/sigframe.h +++ b/sys/i386/include/sigframe.h @@ -35,7 +35,7 @@ * Signal frames, arguments passed to application signal handlers. */ -struct osigframe { +struct osigframe { /* * The first four members may be used by applications. */ |