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:
Corinna Vinschen 2015-04-21 14:51:30 +02:00
parent 68994d6828
commit e0aa6d23fb
2 changed files with 4 additions and 23 deletions

View File

@ -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>
* uinfo.cc (pwdgrp::fetch_account_from_windows): Always revert SID

View File

@ -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 */