提交 24df8b09 编写于 作者: R Rich Felker

fix breakage from recent syscall commits due to missing errno macros

上级 8258014f
#include <sys/epoll.h>
#include <signal.h>
#include <errno.h>
#include "syscall.h"
int epoll_create(int size)
......
#include <sys/eventfd.h>
#include <unistd.h>
#include <errno.h>
#include "syscall.h"
int eventfd(unsigned int count, int flags)
......
#include <sys/inotify.h>
#include <errno.h>
#include "syscall.h"
int inotify_init()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册