libcdio  2.1.0
posix.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2005, 2008, 2012 Rocky Bernstein <rocky@gnu.org>
3 
4  This program is free software: you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by
6  the Free Software Foundation, either version 3 of the License, or
7  (at your option) any later version.
8 
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
23 #ifndef CDIO_POSIX_H_
24 #define CDIO_POSIX_H_
25 
26 typedef uint32_t posix_mode_t;
27 typedef uint32_t posix_nlink_t;
28 typedef uint32_t posix_uid_t;
29 typedef uint32_t posix_gid_t;
30 typedef uint16_t unicode16_t;
31 
32 #endif /* CDIO_POSIX_H_ */
33 
34 
35 /*
36  * Local variables:
37  * c-file-style: "gnu"
38  * tab-width: 8
39  * indent-tabs-mode: nil
40  * End:
41  */
uint32_t posix_nlink_t
Definition: posix.h:27
uint16_t unicode16_t
Definition: posix.h:30
uint32_t posix_mode_t
Definition: posix.h:26
uint32_t posix_gid_t
Definition: posix.h:29
uint32_t posix_uid_t
Definition: posix.h:28