This website requires JavaScript.
Explore
Help
Sign In
c
/
mirror_zfs
Watch
1
Star
0
Fork
0
You've already forked mirror_zfs
mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced
2024-11-18 02:20:59 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2fb9b26a85
mirror_zfs
/
include
/
sys
/
varargs.h
7 lines
123 B
C
Raw
Normal View
History
Unescape
Escape
Stub out some missing headers which are expected. I'll fill in what the contents need to be as I encounter the warnings about missing prototypes, symbols, and such. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@21 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-01 21:30:12 +03:00
#
ifndef _SPL_VARARGS_H
#
define _SPL_VARARGS_H
Add somre debugging support git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@31 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-08 03:18:21 +03:00
#
define __va_list va_list
Stub out some missing headers which are expected. I'll fill in what the contents need to be as I encounter the warnings about missing prototypes, symbols, and such. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@21 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
2008-03-01 21:30:12 +03:00
#
endif
/* SPL_VARARGS_H */
Reference in New Issue
Copy Permalink