~ubuntu-branches/ubuntu/precise/rpm/precise-proposed

« back to all changes in this revision

Viewing changes to luaext/lposix.h

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2011-03-16 15:07:46 UTC
  • mfrom: (21.1.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20110316150746-hzwdsrf3csvq5fax
Tags: 4.9.0-2
* Fix symbols for 32-bit arches, fixes FTBFS.
* Build with --as-needed to minimize libraries deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define LPOSIX_H
3
3
 
4
4
int luaopen_posix (lua_State *L);
 
5
int luaopen_rpm_os (lua_State *L);
5
6
 
6
7
#endif