Add empty package spec

This commit is contained in:
R. Tyler Croy 2011-02-02 09:38:05 -08:00
parent 2eda10db36
commit f03eeabd72
1 changed files with 6 additions and 0 deletions

6
src/epoll.ads Normal file
View File

@ -0,0 +1,6 @@
--
-- Main interface for dealing with epoll(7) from Ada
--
package Epoll is
end Epoll;