toaruos/userspace/lib/ldlib.h

11 lines
148 B
C
Raw Normal View History

2012-05-01 22:40:04 +04:00
#ifndef LDLIB_H
#define LDLIB_H
#include <syscall.h>
#include <stdint.h>
#include <unistd.h>
DECL_SYSCALL2(shm_obtain, char *, size_t *);
#endif