1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 03:18:11 +00:00

LibC: Move bzero() and bcopy() per Dr. POSIX

This commit is contained in:
Andreas Kling 2021-01-09 19:54:51 +01:00
parent 9766f61f7b
commit b4918bbe2f
6 changed files with 15 additions and 12 deletions

View file

@ -45,6 +45,7 @@
#include <serenity.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/select.h>