4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-30 02:50:25 +08:00

Drop cygwin/_types.h.

* include/cygwin/_types.h: Drop unused file.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-03-23 11:52:05 +01:00
parent 1c144ed142
commit 548d795d62
No known key found for this signature in database
GPG Key ID: F536069DAE444FA0
2 changed files with 4 additions and 16 deletions

View File

@ -1,3 +1,7 @@
2015-03-23 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/_types.h: Drop unused file.
2015-03-19 Corinna Vinschen <corinna@vinschen.de>
* sec_acl.cc (get_posix_access): Handle multiple ACEs for the

View File

@ -1,16 +0,0 @@
/* cygwin/_types.h
Copyright 2004 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 _CYGWIN__TYPES_H
#define _CYGWIN__TYPES_H
typedef void *_flock_t;
#endif /* _CYGWIN__TYPES_H */