repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix getpass fflush_unlocked namespace (bug 18540).
[glibc.git]
/
include
/
getopt.h
blob
6f2693d21bd1411cc43a547570c9dab973a2634f
1
#ifndef _GETOPT_H
2
3
#include <features.h>
/* Get __GNU_LIBRARY__ defined now. */
4
#include <posix/getopt.h>
5
6
# ifdef _GETOPT_H
7
8
/* Now define the internal interfaces. */
9
extern
void
__getopt_clean_environment
(
char
**
__env
);
10
11
# endif
12
13
#endif