toaruos/userspace/lib/ldlib.h
2012-05-01 13:40:04 -05:00

11 lines
148 B
C

#ifndef LDLIB_H
#define LDLIB_H
#include <syscall.h>
#include <stdint.h>
#include <unistd.h>
DECL_SYSCALL2(shm_obtain, char *, size_t *);
#endif