summaryrefslogtreecommitdiff
path: root/gi/pyp-topics
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-08 20:52:10 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-08 20:52:10 +0000
commitaadddcd945f72983e7803369037362cb38921db6 (patch)
treeaacd17c936d5f3ea4ad905fb14e294520e9a0591 /gi/pyp-topics
parent2c1cc5f9f2aca7ee5ea1bda9631b5e478edb0ad5 (diff)
add static
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@189 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pyp-topics')
-rw-r--r--gi/pyp-topics/src/clock_gettime_stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pyp-topics/src/clock_gettime_stub.c b/gi/pyp-topics/src/clock_gettime_stub.c
index 1fb03a18..4883b7c1 100644
--- a/gi/pyp-topics/src/clock_gettime_stub.c
+++ b/gi/pyp-topics/src/clock_gettime_stub.c
@@ -82,7 +82,7 @@ typedef enum {
static mach_timebase_info_data_t __clock_gettime_inf;
-int clock_gettime(clockid_t clk_id, struct timespec *tp) {
+static int clock_gettime(clockid_t clk_id, struct timespec *tp) {
kern_return_t ret;
clock_serv_t clk;
clock_id_t clk_serv_id;