Ignore:
Timestamp:
May 8, 2005, 2:11:22 PM (20 years ago)
Author:
bird
Message:

Ported the BSD SysV Semaphore module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/ipc.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1983 r1984  
    126126#define IXSEQ_TO_IPCID(ix,perm) (((perm.seq) << 16) | (ix & 0xffff))
    127127
     128#ifdef __EMX__
     129int     __libc_back_ipcperm(struct ipc_perm *, int);
     130#else /* !__EMX__ */
    128131struct thread;
    129132struct proc;
     
    133136extern void (*shmfork_hook)(struct proc *, struct proc *);
    134137extern void (*shmexit_hook)(struct vmspace *);
     138#endif /* !__EMX__ */
    135139
    136140#else /* ! _KERNEL */
Note: See TracChangeset for help on using the changeset viewer.