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
496d50d75e
commit
b02faccae4
|
@ -1,3 +1,7 @@
|
|||
2015-04-21 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/libgen.h: Remove in favor of newlib version.
|
||||
|
||||
2015-04-21 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* sec_acl.cc (get_posix_access): Check for Cygwin "standard" ACL.
|
||||
|
|
|
@ -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