summaryrefslogtreecommitdiffstats
path: root/abs/core/lockdev/gcc-4.7.patch
blob: 3b11e0b92b7d1389700d9dc031e723bae3818527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff -Naur lockdev-1.0.3.orig/src/ttylock.h lockdev-1.0.3/src/ttylock.h
--- lockdev-1.0.3.orig/src/ttylock.h	2013-12-13 15:34:52.195877321 +0000
+++ lockdev-1.0.3/src/ttylock.h	2013-12-13 15:38:16.131190480 +0000
@@ -36,10 +36,10 @@
 
 /* API of the library */
 
-int ttylock (char * devname);
-int ttywait (char * devname);
-int ttyunlock (char * devname);
-int ttylocked (char * devname);
+static inline int ttylock (char * devname);
+static inline int ttywait (char * devname);
+static inline int ttyunlock (char * devname);
+static inline int ttylocked (char * devname);
 
 
 static inline int