diff options
Diffstat (limited to 'libbb/device_open.c')
-rw-r--r-- | libbb/device_open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/device_open.c b/libbb/device_open.c index 6907e9814..cf8bcf646 100644 --- a/libbb/device_open.c +++ b/libbb/device_open.c @@ -10,7 +10,7 @@ #include "libbb.h" /* try to open up the specified device */ -int device_open(const char *device, int mode) +int FAST_FUNC device_open(const char *device, int mode) { int m, f, fd; |