summaryrefslogtreecommitdiff
path: root/demo/pwuid_build.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-01-07 16:52:47 +0100
committerArmin Rigo <arigo@tunes.org>2016-01-07 16:52:47 +0100
commit25cbb21c410dd172b98438e6219ff54ccbc8cf09 (patch)
treee201193ce823c28f604ea903d33fc32b022b67ec /demo/pwuid_build.py
parente219e611f2a9ff3070de73836f9a56177549a7c0 (diff)
downloadcffi-25cbb21c410dd172b98438e6219ff54ccbc8cf09.tar.gz
tweaks
Diffstat (limited to 'demo/pwuid_build.py')
-rw-r--r--demo/pwuid_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/pwuid_build.py b/demo/pwuid_build.py
index bfbfa55..7ef0d76 100644
--- a/demo/pwuid_build.py
+++ b/demo/pwuid_build.py
@@ -8,7 +8,7 @@ ffi.cdef(""" // some declarations from the man page
struct passwd *getpwuid(int uid);
""")
-ffi.set_source('_pwuid', """ // passed to the real C compiler
+ffi.set_source('_pwuid_cffi', """ // passed to the real C compiler
#include <sys/types.h>
#include <pwd.h>
""")