fix typo: fnctl -> fcntl
from Robert Millan <rmh@gnu.org> via rumpkernel-users
This commit is contained in:
parent
180eabf53d
commit
730146b26a
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: rump.h,v 1.63 2014/06/13 15:45:02 pooka Exp $ */
|
||||
/* $NetBSD: rump.h,v 1.64 2015/11/01 12:34:28 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved.
|
||||
@ -166,7 +166,7 @@ _END_DECLS
|
||||
|
||||
#ifdef RUMP_SYS_IOCTL
|
||||
#define ioctl(...) rump_sys_ioctl(__VA_ARGS__)
|
||||
#define fnctl(...) rump_sys_fcntl(__VA_ARGS__)
|
||||
#define fcntl(...) rump_sys_fcntl(__VA_ARGS__)
|
||||
#endif /* RUMP_SYS_IOCTL */
|
||||
|
||||
#ifdef RUMP_SYS_CLOSE
|
||||
|
Loading…
Reference in New Issue
Block a user