mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move sys/kernelinfo.h functions into their own directory.
This commit is contained in:
parent
29fc8bf8c8
commit
49cb00ab3f
2 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,6 @@ getc.o \
|
||||||
grp/grent.o \
|
grp/grent.o \
|
||||||
init.o \
|
init.o \
|
||||||
ioctl.o \
|
ioctl.o \
|
||||||
kernelinfo.o \
|
|
||||||
libgen/basename.o \
|
libgen/basename.o \
|
||||||
libgen/dirname.o \
|
libgen/dirname.o \
|
||||||
locale/localeconv.o \
|
locale/localeconv.o \
|
||||||
|
@ -258,6 +257,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/kernelinfo/kernelinfo.o \
|
||||||
sys/select/select.o \
|
sys/select/select.o \
|
||||||
sys/socket/accept4.o \
|
sys/socket/accept4.o \
|
||||||
sys/socket/accept.o \
|
sys/socket/accept.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/>.
|
||||||
|
|
||||||
kernelinfo.cpp
|
sys/kernelinfo/kernelinfo.cpp
|
||||||
Queries information about the kernel.
|
Queries information about the kernel.
|
||||||
|
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
Loading…
Add table
Reference in a new issue