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:
parent
9766f61f7b
commit
b4918bbe2f
6 changed files with 15 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue