Remove Cygwin's libgen.h
* include/libgen.h: Remove in favor of newlib version. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
68994d6828
commit
e0aa6d23fb
|
@ -1,3 +1,7 @@
|
||||||
|
2015-04-21 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/libgen.h: Remove in favor of newlib version.
|
||||||
|
|
||||||
2015-04-17 Corinna Vinschen <corinna@vinschen.de>
|
2015-04-17 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* uinfo.cc (pwdgrp::fetch_account_from_windows): Always revert SID
|
* uinfo.cc (pwdgrp::fetch_account_from_windows): Always revert SID
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
/* libgen.h
|
|
||||||
|
|
||||||
Copyright 2005 Red Hat, Inc.
|
|
||||||
|
|
||||||
This file is part of Cygwin.
|
|
||||||
|
|
||||||
This software is a copyrighted work licensed under the terms of the
|
|
||||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
|
||||||
details. */
|
|
||||||
|
|
||||||
#ifndef _LIBGEN_H
|
|
||||||
#define _LIBGEN_H
|
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
|
||||||
|
|
||||||
__BEGIN_DECLS
|
|
||||||
|
|
||||||
extern char *basename (char *path);
|
|
||||||
extern char *dirname (char *path);
|
|
||||||
|
|
||||||
__END_DECLS
|
|
||||||
|
|
||||||
#endif /* _LIBGEN_H */
|
|
Loading…
Reference in New Issue