diff options
Diffstat (limited to 'src/sys/shm/shmat.c')
-rw-r--r-- | src/sys/shm/shmat.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sys/shm/shmat.c b/src/sys/shm/shmat.c deleted file mode 100644 index 0cee4898..00000000 --- a/src/sys/shm/shmat.c +++ /dev/null @@ -1,10 +0,0 @@ -#include <sys/shm.h> - -void * shmat(int shmid, const void *shmaddr, int shmflg) -{ - return (void*)shmaddr; -} - -/* -XOPEN(4) -*/ |