* cygwin.din: Make many more functions SIGFE.
* include/cygwin/version.h (CYGWIN_VERSION_SHARED_DATA): Bump.
This commit is contained in:
parent
d82c6f474d
commit
656a999a33
|
@ -1,3 +1,8 @@
|
||||||
|
2004-02-05 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* cygwin.din: Make many more functions SIGFE.
|
||||||
|
* include/cygwin/version.h (CYGWIN_VERSION_SHARED_DATA): Bump.
|
||||||
|
|
||||||
2004-02-05 Pierre Humblet <pierre.humblet@ieee.org>
|
2004-02-05 Pierre Humblet <pierre.humblet@ieee.org>
|
||||||
|
|
||||||
* security.h (SID): New macro.
|
* security.h (SID): New macro.
|
||||||
|
|
|
@ -84,8 +84,8 @@ fscanf_r = _fscanf_r SIGFE
|
||||||
fstat SIGFE
|
fstat SIGFE
|
||||||
_fstat = fstat SIGFE
|
_fstat = fstat SIGFE
|
||||||
_pipe SIGFE
|
_pipe SIGFE
|
||||||
_pthread_cleanup_pop NOSIGFE
|
_pthread_cleanup_pop SIGFE
|
||||||
_pthread_cleanup_push NOSIGFE
|
_pthread_cleanup_push SIGFE
|
||||||
_scanf_r SIGFE
|
_scanf_r SIGFE
|
||||||
scanf_r = _scanf_r SIGFE
|
scanf_r = _scanf_r SIGFE
|
||||||
_sscanf_r SIGFE
|
_sscanf_r SIGFE
|
||||||
|
@ -96,8 +96,8 @@ _strtold SIGFE
|
||||||
trunc NOSIGFE
|
trunc NOSIGFE
|
||||||
_vasprintf_r SIGFE
|
_vasprintf_r SIGFE
|
||||||
vasprintf_r = _vasprintf_r SIGFE
|
vasprintf_r = _vasprintf_r SIGFE
|
||||||
_vfscanf_r NOSIGFE
|
_vfscanf_r SIGFE
|
||||||
vfscanf_r = _vfscanf_r NOSIGFE
|
vfscanf_r = _vfscanf_r SIGFE
|
||||||
_vscanf_r SIGFE
|
_vscanf_r SIGFE
|
||||||
vscanf_r = _vscanf_r SIGFE
|
vscanf_r = _vscanf_r SIGFE
|
||||||
_vsscanf_r SIGFE
|
_vsscanf_r SIGFE
|
||||||
|
@ -529,8 +529,8 @@ forkpty SIGFE
|
||||||
fpathconf SIGFE
|
fpathconf SIGFE
|
||||||
fprintf SIGFE
|
fprintf SIGFE
|
||||||
_fprintf = fprintf SIGFE
|
_fprintf = fprintf SIGFE
|
||||||
fputc NOSIGFE
|
fputc SIGFE
|
||||||
_fputc = fputc NOSIGFE
|
_fputc = fputc SIGFE
|
||||||
fputs SIGFE
|
fputs SIGFE
|
||||||
_fputs = fputs SIGFE
|
_fputs = fputs SIGFE
|
||||||
fread SIGFE
|
fread SIGFE
|
||||||
|
@ -591,10 +591,10 @@ getc SIGFE
|
||||||
_getc = getc SIGFE
|
_getc = getc SIGFE
|
||||||
getc_unlocked SIGFE
|
getc_unlocked SIGFE
|
||||||
_getc_unlocked = getc_unlocked SIGFE
|
_getc_unlocked = getc_unlocked SIGFE
|
||||||
getchar NOSIGFE
|
getchar SIGFE
|
||||||
_getchar = getchar NOSIGFE
|
_getchar = getchar SIGFE
|
||||||
getchar_unlocked NOSIGFE
|
getchar_unlocked SIGFE
|
||||||
_getchar_unlocked = getchar_unlocked NOSIGFE
|
_getchar_unlocked = getchar_unlocked SIGFE
|
||||||
getcwd SIGFE
|
getcwd SIGFE
|
||||||
_getcwd = getcwd SIGFE
|
_getcwd = getcwd SIGFE
|
||||||
getdomainname SIGFE
|
getdomainname SIGFE
|
||||||
|
@ -661,8 +661,8 @@ getrlimit SIGFE
|
||||||
_getrlimit = getrlimit SIGFE
|
_getrlimit = getrlimit SIGFE
|
||||||
getrusage SIGFE
|
getrusage SIGFE
|
||||||
_getrusage = getrusage SIGFE
|
_getrusage = getrusage SIGFE
|
||||||
gets NOSIGFE
|
gets SIGFE
|
||||||
_gets = gets NOSIGFE
|
_gets = gets SIGFE
|
||||||
getsid SIGFE
|
getsid SIGFE
|
||||||
gettimeofday SIGFE
|
gettimeofday SIGFE
|
||||||
_gettimeofday = gettimeofday SIGFE
|
_gettimeofday = gettimeofday SIGFE
|
||||||
|
@ -818,8 +818,8 @@ localeconv NOSIGFE
|
||||||
_localeconv = localeconv NOSIGFE
|
_localeconv = localeconv NOSIGFE
|
||||||
localtime SIGFE
|
localtime SIGFE
|
||||||
_localtime = localtime SIGFE
|
_localtime = localtime SIGFE
|
||||||
localtime_r NOSIGFE
|
localtime_r SIGFE
|
||||||
_localtime_r = localtime_r NOSIGFE
|
_localtime_r = localtime_r SIGFE
|
||||||
log NOSIGFE
|
log NOSIGFE
|
||||||
_log = log NOSIGFE
|
_log = log NOSIGFE
|
||||||
log10 NOSIGFE
|
log10 NOSIGFE
|
||||||
|
@ -969,63 +969,63 @@ _powf = powf NOSIGFE
|
||||||
printf SIGFE
|
printf SIGFE
|
||||||
_printf = printf SIGFE
|
_printf = printf SIGFE
|
||||||
pthread_atfork SIGFE
|
pthread_atfork SIGFE
|
||||||
pthread_attr_destroy NOSIGFE
|
pthread_attr_destroy SIGFE
|
||||||
pthread_attr_getdetachstate NOSIGFE
|
pthread_attr_getdetachstate SIGFE
|
||||||
pthread_attr_getinheritsched NOSIGFE
|
pthread_attr_getinheritsched SIGFE
|
||||||
pthread_attr_getschedparam NOSIGFE
|
pthread_attr_getschedparam SIGFE
|
||||||
pthread_attr_getschedpolicy NOSIGFE
|
pthread_attr_getschedpolicy SIGFE
|
||||||
pthread_attr_getscope NOSIGFE
|
pthread_attr_getscope SIGFE
|
||||||
pthread_attr_getstacksize NOSIGFE
|
pthread_attr_getstacksize SIGFE
|
||||||
pthread_attr_init SIGFE
|
pthread_attr_init SIGFE
|
||||||
pthread_attr_setdetachstate NOSIGFE
|
pthread_attr_setdetachstate SIGFE
|
||||||
pthread_attr_setinheritsched NOSIGFE
|
pthread_attr_setinheritsched SIGFE
|
||||||
pthread_attr_setschedparam NOSIGFE
|
pthread_attr_setschedparam SIGFE
|
||||||
pthread_attr_setschedpolicy NOSIGFE
|
pthread_attr_setschedpolicy SIGFE
|
||||||
pthread_attr_setscope NOSIGFE
|
pthread_attr_setscope SIGFE
|
||||||
pthread_attr_setstacksize NOSIGFE
|
pthread_attr_setstacksize SIGFE
|
||||||
pthread_cancel NOSIGFE
|
pthread_cancel SIGFE
|
||||||
pthread_cond_broadcast SIGFE
|
pthread_cond_broadcast SIGFE
|
||||||
pthread_cond_destroy NOSIGFE
|
pthread_cond_destroy SIGFE
|
||||||
pthread_cond_init SIGFE
|
pthread_cond_init SIGFE
|
||||||
pthread_cond_signal SIGFE
|
pthread_cond_signal SIGFE
|
||||||
pthread_cond_timedwait SIGFE
|
pthread_cond_timedwait SIGFE
|
||||||
pthread_cond_wait SIGFE
|
pthread_cond_wait SIGFE
|
||||||
pthread_condattr_destroy NOSIGFE
|
pthread_condattr_destroy SIGFE
|
||||||
pthread_condattr_getpshared NOSIGFE
|
pthread_condattr_getpshared SIGFE
|
||||||
pthread_condattr_init SIGFE
|
pthread_condattr_init SIGFE
|
||||||
pthread_condattr_setpshared NOSIGFE
|
pthread_condattr_setpshared SIGFE
|
||||||
pthread_continue SIGFE
|
pthread_continue SIGFE
|
||||||
pthread_create SIGFE
|
pthread_create SIGFE
|
||||||
pthread_detach SIGFE
|
pthread_detach SIGFE
|
||||||
pthread_equal NOSIGFE
|
pthread_equal SIGFE
|
||||||
pthread_exit NOSIGFE
|
pthread_exit SIGFE
|
||||||
pthread_getconcurrency NOSIGFE
|
pthread_getconcurrency SIGFE
|
||||||
pthread_getschedparam NOSIGFE
|
pthread_getschedparam SIGFE
|
||||||
pthread_getsequence_np NOSIGFE
|
pthread_getsequence_np SIGFE
|
||||||
pthread_getspecific NOSIGFE
|
pthread_getspecific SIGFE
|
||||||
pthread_join SIGFE
|
pthread_join SIGFE
|
||||||
pthread_key_create SIGFE
|
pthread_key_create SIGFE
|
||||||
pthread_key_delete NOSIGFE
|
pthread_key_delete SIGFE
|
||||||
pthread_kill SIGFE
|
pthread_kill SIGFE
|
||||||
pthread_mutex_destroy NOSIGFE
|
pthread_mutex_destroy SIGFE
|
||||||
pthread_mutex_getprioceiling SIGFE
|
pthread_mutex_getprioceiling SIGFE
|
||||||
pthread_mutex_init SIGFE
|
pthread_mutex_init SIGFE
|
||||||
pthread_mutex_lock SIGFE
|
pthread_mutex_lock SIGFE
|
||||||
pthread_mutex_setprioceiling SIGFE
|
pthread_mutex_setprioceiling SIGFE
|
||||||
pthread_mutex_trylock SIGFE
|
pthread_mutex_trylock SIGFE
|
||||||
pthread_mutex_unlock SIGFE
|
pthread_mutex_unlock SIGFE
|
||||||
pthread_mutexattr_destroy NOSIGFE
|
pthread_mutexattr_destroy SIGFE
|
||||||
pthread_mutexattr_getprioceiling NOSIGFE
|
pthread_mutexattr_getprioceiling SIGFE
|
||||||
pthread_mutexattr_getprotocol NOSIGFE
|
pthread_mutexattr_getprotocol SIGFE
|
||||||
pthread_mutexattr_getpshared NOSIGFE
|
pthread_mutexattr_getpshared SIGFE
|
||||||
pthread_mutexattr_gettype NOSIGFE
|
pthread_mutexattr_gettype SIGFE
|
||||||
pthread_mutexattr_init SIGFE
|
pthread_mutexattr_init SIGFE
|
||||||
pthread_mutexattr_setprioceiling NOSIGFE
|
pthread_mutexattr_setprioceiling SIGFE
|
||||||
pthread_mutexattr_setprotocol NOSIGFE
|
pthread_mutexattr_setprotocol SIGFE
|
||||||
pthread_mutexattr_setpshared NOSIGFE
|
pthread_mutexattr_setpshared SIGFE
|
||||||
pthread_mutexattr_settype NOSIGFE
|
pthread_mutexattr_settype SIGFE
|
||||||
pthread_once SIGFE
|
pthread_once SIGFE
|
||||||
pthread_rwlock_destroy NOSIGFE
|
pthread_rwlock_destroy SIGFE
|
||||||
pthread_rwlock_init SIGFE
|
pthread_rwlock_init SIGFE
|
||||||
pthread_rwlock_rdlock SIGFE
|
pthread_rwlock_rdlock SIGFE
|
||||||
pthread_rwlock_tryrdlock SIGFE
|
pthread_rwlock_tryrdlock SIGFE
|
||||||
|
@ -1033,27 +1033,27 @@ pthread_rwlock_wrlock SIGFE
|
||||||
pthread_rwlock_trywrlock SIGFE
|
pthread_rwlock_trywrlock SIGFE
|
||||||
pthread_rwlock_unlock SIGFE
|
pthread_rwlock_unlock SIGFE
|
||||||
pthread_rwlockattr_init SIGFE
|
pthread_rwlockattr_init SIGFE
|
||||||
pthread_rwlockattr_getpshared NOSIGFE
|
pthread_rwlockattr_getpshared SIGFE
|
||||||
pthread_rwlockattr_setpshared NOSIGFE
|
pthread_rwlockattr_setpshared SIGFE
|
||||||
pthread_rwlockattr_destroy NOSIGFE
|
pthread_rwlockattr_destroy SIGFE
|
||||||
pthread_self NOSIGFE
|
pthread_self SIGFE
|
||||||
pthread_setcancelstate NOSIGFE
|
pthread_setcancelstate SIGFE
|
||||||
pthread_setcanceltype NOSIGFE
|
pthread_setcanceltype SIGFE
|
||||||
pthread_setconcurrency NOSIGFE
|
pthread_setconcurrency SIGFE
|
||||||
pthread_setschedparam SIGFE
|
pthread_setschedparam SIGFE
|
||||||
pthread_setspecific NOSIGFE
|
pthread_setspecific SIGFE
|
||||||
pthread_sigmask SIGFE
|
pthread_sigmask SIGFE
|
||||||
pthread_suspend SIGFE
|
pthread_suspend SIGFE
|
||||||
pthread_testcancel NOSIGFE
|
pthread_testcancel SIGFE
|
||||||
ptsname SIGFE
|
ptsname SIGFE
|
||||||
putc SIGFE
|
putc SIGFE
|
||||||
_putc = putc SIGFE
|
_putc = putc SIGFE
|
||||||
putc_unlocked SIGFE
|
putc_unlocked SIGFE
|
||||||
_putc_unlocked = putc_unlocked SIGFE
|
_putc_unlocked = putc_unlocked SIGFE
|
||||||
putchar NOSIGFE
|
putchar SIGFE
|
||||||
_putchar = putchar NOSIGFE
|
_putchar = putchar SIGFE
|
||||||
putchar_unlocked NOSIGFE
|
putchar_unlocked SIGFE
|
||||||
_putchar_unlocked = putchar_unlocked NOSIGFE
|
_putchar_unlocked = putchar_unlocked SIGFE
|
||||||
putenv SIGFE
|
putenv SIGFE
|
||||||
_putenv = putenv SIGFE
|
_putenv = putenv SIGFE
|
||||||
puts SIGFE
|
puts SIGFE
|
||||||
|
@ -1135,7 +1135,7 @@ seekdir SIGFE
|
||||||
_seekdir = seekdir SIGFE
|
_seekdir = seekdir SIGFE
|
||||||
_seekdir64 = seekdir64 SIGFE
|
_seekdir64 = seekdir64 SIGFE
|
||||||
sem_close SIGFE
|
sem_close SIGFE
|
||||||
sem_destroy NOSIGFE
|
sem_destroy SIGFE
|
||||||
sem_getvalue SIGFE
|
sem_getvalue SIGFE
|
||||||
sem_init SIGFE
|
sem_init SIGFE
|
||||||
sem_open SIGFE
|
sem_open SIGFE
|
||||||
|
@ -1334,7 +1334,7 @@ strrchr NOSIGFE
|
||||||
_strrchr = strrchr NOSIGFE
|
_strrchr = strrchr NOSIGFE
|
||||||
strsep NOSIGFE
|
strsep NOSIGFE
|
||||||
_strsep = strsep NOSIGFE
|
_strsep = strsep NOSIGFE
|
||||||
strsignal SIGFE
|
strsignal NOSIGFE
|
||||||
strspn NOSIGFE
|
strspn NOSIGFE
|
||||||
_strspn = strspn NOSIGFE
|
_strspn = strspn NOSIGFE
|
||||||
strstr NOSIGFE
|
strstr NOSIGFE
|
||||||
|
@ -1352,7 +1352,7 @@ strtol NOSIGFE
|
||||||
_strtol = strtol NOSIGFE
|
_strtol = strtol NOSIGFE
|
||||||
strtoll NOSIGFE
|
strtoll NOSIGFE
|
||||||
_strtoll = strtoll NOSIGFE
|
_strtoll = strtoll NOSIGFE
|
||||||
strtosigno SIGFE
|
strtosigno NOSIGFE
|
||||||
strtoul NOSIGFE
|
strtoul NOSIGFE
|
||||||
_strtoul = strtoul NOSIGFE
|
_strtoul = strtoul NOSIGFE
|
||||||
strtoull NOSIGFE
|
strtoull NOSIGFE
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* version.h -- Cygwin version numbers and accompanying documentation.
|
/* version.h -- Cygwin version numbers and accompanying documentation.
|
||||||
|
|
||||||
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
|
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.
|
||||||
|
|
||||||
This file is part of Cygwin.
|
This file is part of Cygwin.
|
||||||
|
|
||||||
|
@ -247,9 +247,11 @@ details. */
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
changes are made to the shared memory region *or* to any named
|
changes are made to the shared memory region *or* to any named
|
||||||
shared mutexes, semaphores, etc. The arbitrary starting
|
shared mutexes, semaphores, etc. The arbitrary starting
|
||||||
version was 0 (cygwin release 98r2). */
|
version was 0 (cygwin release 98r2).
|
||||||
|
Bump to 4 since this hasn't been rigorously updated in a
|
||||||
|
while. */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_SHARED_DATA 3
|
#define CYGWIN_VERSION_SHARED_DATA 4
|
||||||
|
|
||||||
/* An identifier used in the names used to create shared objects.
|
/* An identifier used in the names used to create shared objects.
|
||||||
The full names include the CYGWIN_VERSION_SHARED_DATA version
|
The full names include the CYGWIN_VERSION_SHARED_DATA version
|
||||||
|
|
Loading…
Reference in New Issue