#include <errno.h>
#include <pthread.h>
#include "sigsafe_internal.h"
Include dependency graph for template.c:

Go to the source code of this file.
Functions | |
| PRIVATE_DEF (struct sigsafe_tsd_ *sigsafe_data_) | |
| ssize_t | sigsafe_read_template (int fd, char *buf, size_t len) |
This file should never be used. Instead, it's helpful as a template for writing assembly for new platforms. Compile it with -S and look at the resultant assembly code. Try with and without -D_THREAD_SAFE and -fpic.
Definition in file template.c.
1.3.5