mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix <psctl.h> using the same include guard as <sys/ioctl.h>.
This commit is contained in:
parent
e65ff1827c
commit
db4ab331c7
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015 Jonas 'Sortie' Termansen.
|
||||
* Copyright (c) 2015, 2021 Jonas 'Sortie' Termansen.
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
@ -17,8 +17,8 @@
|
|||
* Process control interface.
|
||||
*/
|
||||
|
||||
#ifndef INCLUDE_SYS_IOCTL_H
|
||||
#define INCLUDE_SYS_IOCTL_H
|
||||
#ifndef INCLUDE_PSCTL_H
|
||||
#define INCLUDE_PSCTL_H
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue