Ignore:
Timestamp:
Apr 2, 2003, 1:02:36 PM (22 years ago)
Author:
sandervl
Message:

PF: Added modified emx runtime headers + header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2sel.h

    r9735 r9969  
    1 /* $Id: os2sel.h,v 1.11 2003-01-28 16:20:43 sandervl Exp $ */
     1/* $Id: os2sel.h,v 1.12 2003-04-02 11:02:34 sandervl Exp $ */
    22/*
    33 *
     
    3636
    3737#ifdef  __EMX__
    38 extern inline unsigned short GetFS(void)
     38static inline unsigned short GetFS(void)
    3939{
    4040 asm volatile (
     
    4343}
    4444
    45 extern inline void SetFS(unsigned short sel)
     45static inline void SetFS(unsigned short sel)
    4646{
    4747 __asm__ __volatile__("movw %%ax,%%fs" : : "a" (sel));
    4848}
    4949
    50 extern inline unsigned short RestoreOS2FS(void)
     50static inline unsigned short RestoreOS2FS(void)
    5151{
    5252 asm volatile (
Note: See TracChangeset for help on using the changeset viewer.