mirror of
https://github.com/MopriaAlliance/CUPS-for-Android.git
synced 2025-08-03 19:04:37 +08:00
Adding mopria.c
This commit is contained in:
parent
face7270f9
commit
e9464a738c
12
mopria.c
Normal file
12
mopria.c
Normal file
@ -0,0 +1,12 @@
|
||||
#include <locale.h>
|
||||
#include <pthread.h>
|
||||
|
||||
// 08/28/2018 Mopria-notice: localeconv not present in Android.
|
||||
inline struct lconv *localeconv(void) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// 08/28/2018 Mopria-notice: pthread_cancel not present in Android
|
||||
void pthread_cancel(int thread) {
|
||||
// Ignore thread cancel attempts
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user