diff options
| author | Nick Kralevich <nnk@google.com> | 2011-04-27 10:32:00 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2011-04-27 10:32:00 -0700 |
| commit | 03752be0a437d12e19ac73ebe23385fe6f756e2c (patch) | |
| tree | bcf730e2301860816597c7b5ff20e93a9e5a51a3 /include/cutils | |
| parent | a7cf7ed93486240ca48a407e67c7c3683a3b93aa (diff) | |
| parent | 0c297f5ebb5ae7af2854f7c07d97bcdd13c159fc (diff) | |
| download | system_core-03752be0a437d12e19ac73ebe23385fe6f756e2c.tar.gz system_core-03752be0a437d12e19ac73ebe23385fe6f756e2c.tar.bz2 system_core-03752be0a437d12e19ac73ebe23385fe6f756e2c.zip | |
am 0c297f5e: Merge "Revert "Fold uevent message origin checking from init into libcutils.""
* commit '0c297f5ebb5ae7af2854f7c07d97bcdd13c159fc':
Revert "Fold uevent message origin checking from init into libcutils."
Diffstat (limited to 'include/cutils')
| -rw-r--r-- | include/cutils/uevent.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/include/cutils/uevent.h b/include/cutils/uevent.h deleted file mode 100644 index 587149c7..00000000 --- a/include/cutils/uevent.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright (C) 2011 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef __CUTILS_UEVENT_H -#define __CUTILS_UEVENT_H - -#include <sys/socket.h> - -#ifdef __cplusplus -extern "C" { -#endif - -ssize_t uevent_checked_recv(int socket, void *buffer, size_t length); - -#ifdef __cplusplus -} -#endif - -#endif /* __CUTILS_UEVENT_H */ |
