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 \
|
||||
grp/grent.o \
|
||||
init.o \
|
||||
ioctl.o \
|
||||
libgen/basename.o \
|
||||
libgen/dirname.o \
|
||||
locale/localeconv.o \
|
||||
|
@ -257,6 +256,7 @@ stdlib/rand.o \
|
|||
stdlib/realpath.o \
|
||||
stdlib/system.o \
|
||||
sys/display/dispmsg_issue.o \
|
||||
sys/ioctl/ioctl.o \
|
||||
sys/kernelinfo/kernelinfo.o \
|
||||
sys/select/select.o \
|
||||
sys/socket/accept4.o \
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
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/>.
|
||||
|
||||
ioctl.cpp
|
||||
sys/ioctl/ioctl.cpp
|
||||
Miscellaneous device control interface.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Reference in a new issue