Changeset 35393 in vbox for trunk/src/VBox/Additions/x11/x11include/7.1/xorg/xf86_ansic.h
- Timestamp:
- Jan 3, 2011 8:14:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/x11include/7.1/xorg/xf86_ansic.h
r17236 r35393 275 275 extern void* xf86mmap(void*, xf86size_t, int, int, int, xf86size_t /* off_t */); 276 276 extern int xf86munmap(void*, xf86size_t); 277 extern int xf86stat(const char *, struct xf86stat *);278 extern int xf86fstat(int, struct xf86stat *);277 extern int xf86stat(const char *, struct xf86stat_s *); 278 extern int xf86fstat(int, struct xf86stat_s *); 279 279 extern int xf86access(const char *, int); 280 280 extern int xf86errno;
Note:
See TracChangeset
for help on using the changeset viewer.