/* * (C) Copyright 1992, ..., 2007 the "DOSEMU-Development-Team". * * for details see file COPYING.DOSEMU in the DOSEMU distribution */ /* very simple semaphores */ #ifndef MUTEX_H #define MUTEX_H typedef int sem_t; #endif /* MUTEX_H */