Ignore:
Timestamp:
Sep 29, 2003, 11:19:59 PM (22 years ago)
Author:
bird
Message:

#679: FS preservation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/__initthread.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r752 r753  
    44#include <errno.h>
    55#define INCL_DOS
     6
    67#include <os2emx.h>
    78#include <emx/syscalls.h>
     
    1011int __initthread (void *preg)
    1112{
     13
    1214  ((PEXCEPTIONREGISTRATIONRECORD)preg)->prev_structure = NULL;
    1315  ((PEXCEPTIONREGISTRATIONRECORD)preg)->ExceptionHandler = _sys_exception;
     16
    1417  DosSetExceptionHandler (preg);
     18
    1519  return 0;
    1620}
Note: See TracChangeset for help on using the changeset viewer.