diff options
author | Bruno Haible <bruno@clisp.org> | 2018-12-11 20:56:20 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2018-12-11 20:56:20 +0100 |
commit | ab2f2dee0e3e64bcfbc1f6ccc66f0760e80b1fae (patch) | |
tree | de8191b31cdb1daf35de8bde7850382d678a55a4 /lib/gl_omap.c | |
parent | e18426e6b362b48fe66e6e58246485a06b288757 (diff) | |
download | gnulib-ab2f2dee0e3e64bcfbc1f6ccc66f0760e80b1fae.tar.gz |
omap: New module.
* lib/gl_omap.h: New file.
* lib/gl_omap.c: New file.
* modules/omap: New file.
Diffstat (limited to 'lib/gl_omap.c')
-rw-r--r-- | lib/gl_omap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gl_omap.c b/lib/gl_omap.c new file mode 100644 index 0000000000..7c2c9d8051 --- /dev/null +++ b/lib/gl_omap.c @@ -0,0 +1,3 @@ +#include <config.h> +#define GL_OMAP_INLINE _GL_EXTERN_INLINE +#include "gl_omap.h" |