libc: un-namespace gen-compat.h
There are no symbols that needs to be namespaced in the header, and it would not allow to use proper raw syscall names later, where they are needed. Reviewed by: olce Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D52687
This commit is contained in:
@@ -44,9 +44,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include "gen-compat.h"
|
||||
#include "fts-compat.h"
|
||||
#include "un-namespace.h"
|
||||
#include "gen-compat.h"
|
||||
|
||||
#include "gen-private.h"
|
||||
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include "gen-compat.h"
|
||||
#include "fts-compat11.h"
|
||||
#include "un-namespace.h"
|
||||
#include "gen-compat.h"
|
||||
|
||||
#include "gen-private.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user