Move sys/kernelinfo.h functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 13:37:11 +02:00
parent 29fc8bf8c8
commit 49cb00ab3f
2 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,6 @@ getc.o \
grp/grent.o \
init.o \
ioctl.o \
kernelinfo.o \
libgen/basename.o \
libgen/dirname.o \
locale/localeconv.o \
@ -258,6 +257,7 @@ stdlib/rand.o \
stdlib/realpath.o \
stdlib/system.o \
sys/display/dispmsg_issue.o \
sys/kernelinfo/kernelinfo.o \
sys/select/select.o \
sys/socket/accept4.o \
sys/socket/accept.o \

View File

@ -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/>.
kernelinfo.cpp
sys/kernelinfo/kernelinfo.cpp
Queries information about the kernel.
*******************************************************************************/