no message

svn path=/trunk/boinc/; revision=1069
This commit is contained in:
Eric Heien 2003-03-18 00:34:02 +00:00
parent d9ccd0508d
commit 7c141ae135
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// platform-independent interface to shared memory
#ifndef _WIN32
#include <sys/shm.h>
// create a shared-memory segment of the given size.
@ -21,3 +22,4 @@ extern int attach_shmem(key_t, void**);
extern int detach_shmem(void*);
extern int shmem_info(key_t key);
#endif