mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move sys/ioctl.h functions into their own directory.
This commit is contained in:
parent
49cb00ab3f
commit
d162eac516
2 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,6 @@ fsmarshall/fsm_send.o \
|
||||||
getc.o \
|
getc.o \
|
||||||
grp/grent.o \
|
grp/grent.o \
|
||||||
init.o \
|
init.o \
|
||||||
ioctl.o \
|
|
||||||
libgen/basename.o \
|
libgen/basename.o \
|
||||||
libgen/dirname.o \
|
libgen/dirname.o \
|
||||||
locale/localeconv.o \
|
locale/localeconv.o \
|
||||||
|
@ -257,6 +256,7 @@ stdlib/rand.o \
|
||||||
stdlib/realpath.o \
|
stdlib/realpath.o \
|
||||||
stdlib/system.o \
|
stdlib/system.o \
|
||||||
sys/display/dispmsg_issue.o \
|
sys/display/dispmsg_issue.o \
|
||||||
|
sys/ioctl/ioctl.o \
|
||||||
sys/kernelinfo/kernelinfo.o \
|
sys/kernelinfo/kernelinfo.o \
|
||||||
sys/select/select.o \
|
sys/select/select.o \
|
||||||
sys/socket/accept4.o \
|
sys/socket/accept4.o \
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
You should have received a copy of the GNU Lesser General Public License
|
||||||
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
ioctl.cpp
|
sys/ioctl/ioctl.cpp
|
||||||
Miscellaneous device control interface.
|
Miscellaneous device control interface.
|
||||||
|
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
Loading…
Add table
Reference in a new issue