mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
getopt: merge from gnulib: use angle-bracket includes consistently
* posix/getopt1.c: Include <config.h>, not "config.h".
This commit is contained in:
committed by
Zack Weinberg
parent
06576cbf4e
commit
893ba3eac9
@@ -1,3 +1,7 @@
|
|||||||
|
2017-04-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* posix/getopt1.c: Include <config.h>, not "config.h".
|
||||||
|
|
||||||
2017-04-07 Zack Weinberg <zackw@panix.com>
|
2017-04-07 Zack Weinberg <zackw@panix.com>
|
||||||
|
|
||||||
* posix/bits/getopt_core.h, posix/bits/getopt_ext.h
|
* posix/bits/getopt_core.h, posix/bits/getopt_ext.h
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
<http://www.gnu.org/licenses/>. */
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef _LIBC
|
#ifndef _LIBC
|
||||||
#include "config.h"
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
|
Reference in New Issue
Block a user