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:
Konstantin Belousov
2025-09-25 03:58:33 +03:00
parent 84d688af4e
commit f15d3694db
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"