From fdfbd47d92aedbe382a2975851e8cd628040bba7 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 8 Feb 2019 21:06:11 +0100 Subject: Move generic to a more regular location No functional change; the previous path worked as well, but it re-added the obsolete sysdeps/generic/bits directory, which was removed (for the first time) in commit c72565e5f1124c2dc72573e83406fe999e56091f. Fixes commit e47d82c99a6db060419b421768aced76bea92997 ("Provide as a sysdeps header exclusively"). --- sysdeps/generic/bits/unistd_ext.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 sysdeps/generic/bits/unistd_ext.h (limited to 'sysdeps') diff --git a/sysdeps/generic/bits/unistd_ext.h b/sysdeps/generic/bits/unistd_ext.h deleted file mode 100644 index d6e88f3bd4..0000000000 --- a/sysdeps/generic/bits/unistd_ext.h +++ /dev/null @@ -1,21 +0,0 @@ -/* System-specific extensions of , generic version. - Copyright (C) 2019 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#ifndef _UNISTD_H -# error "Never include directly; use instead." -#endif -- cgit v1.2.3