diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-10-17 08:19:27 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-10-17 08:19:27 +0000 |
commit | 1db937e9866e6b4cfa8b0b8a2e2ed908ec0eb194 (patch) | |
tree | c18119a9c8ffdd2450006444e6d0766f6890ea30 /winsup/cygwin/common.din | |
parent | 5fedfc22b8380c289c38874eab2c4996cefca575 (diff) | |
download | newlib-1db937e9866e6b4cfa8b0b8a2e2ed908ec0eb194.zip newlib-1db937e9866e6b4cfa8b0b8a2e2ed908ec0eb194.tar.gz newlib-1db937e9866e6b4cfa8b0b8a2e2ed908ec0eb194.tar.bz2 |
* Makefile.in (DLL_OFILES): Add quotactl.o.
* common.din (quotactl): Export.
* ntdll.h: Define FILE_FS_CONTROL_INFORMATION::FileSystemControlFlags
flag values.
(struct _FILE_FS_CONTROL_INFORMATION): Define.
(struct _FILE_GET_QUOTA_INFORMATION): Define.
(typedef struct _FILE_QUOTA_INFORMATION): Define.
(NtQueryObject): Use PVOID rather than VOID*.
(NtQueryVolumeInformationFile): Ditto.
(NtQueryQuotaInformationFile): Declare.
(NtSetQuotaInformationFile): Declare.
(NtSetVolumeInformationFile): Declare.
* quotactl.cc: New file implementing quotactl().
* include/sys/mount.h (BLOCK_SIZE): Define.
(BLOCK_SIZE_BITS): Define.
* include/sys/quota.h: New header.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r-- | winsup/cygwin/common.din | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index 1268f83..1c23046 100644 --- a/winsup/cygwin/common.din +++ b/winsup/cygwin/common.din @@ -920,6 +920,7 @@ putwc SIGFE putwchar SIGFE pwrite SIGFE qsort NOSIGFE +quotactl SIGFE raise SIGFE rand NOSIGFE rand_r NOSIGFE |