Commit 34c278d3 authored by David Woodhouse's avatar David Woodhouse Committed by David Woodhouse

Remove 'extern int errno;' from public view in linux/unistd.h

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent c7afb48e
#ifndef _LINUX_UNISTD_H_
#define _LINUX_UNISTD_H_
#ifdef __KERNEL__
extern int errno;
#endif
/*
* Include machine specific syscallX macros
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment