mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Cleanup: add missing #include's
* libio/fileops.c: Add missing sys/mman.h * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
This commit is contained in:
@ -29,11 +29,11 @@
|
||||
# define _POSIX_SOURCE
|
||||
#endif
|
||||
#include "libioP.h"
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef _LIBC
|
||||
# include <unistd.h>
|
||||
# include <shlib-compat.h>
|
||||
# include <not-cancel.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user